diff --git a/assets/refresh.png b/assets/refresh.png new file mode 100644 index 0000000..e1d2981 Binary files /dev/null and b/assets/refresh.png differ diff --git a/assets/trashcan.png b/assets/trashcan.png index a0e11dd..87ff9fb 100644 Binary files a/assets/trashcan.png and b/assets/trashcan.png differ diff --git a/assets/verify.png b/assets/verify.png index 507339f..7744fba 100644 Binary files a/assets/verify.png and b/assets/verify.png differ diff --git a/favicon.ico b/favicon.ico new file mode 100644 index 0000000..f189833 Binary files /dev/null and b/favicon.ico differ diff --git a/index.css b/index.css index ec7224a..df8f33e 100644 --- a/index.css +++ b/index.css @@ -39,7 +39,14 @@ body { width: 64px; height: 64px; background-image: url("assets/verify.png"); - background-color: darksalmon; + background-color: blue; +} + +#refresh { + width: 64px; + height: 64px; + background-image: url("assets/refresh.png"); + background-color: darkgreen; } .status { @@ -85,6 +92,9 @@ td { left: 4%; position: absolute; z-index: 2; + width: 25%; + height: 50%; + object-fit: contain; } .lettervec{ @@ -99,6 +109,11 @@ td { .imagevec{ width: 64px; height: 64px; - object-fit: scale-down; background-color:white; +} + +#currentvzor{ + object-fit: contain; + width: 100%; + height: 100%; } \ No newline at end of file diff --git a/index.html b/index.html index e5c0eb0..aa2d6ad 100644 --- a/index.html +++ b/index.html @@ -36,11 +36,14 @@ - -