Index With Counter

This commit is contained in:
Samuel Lorch 2024-05-04 01:32:21 +02:00
parent b2761970ce
commit 560b25419f
12 changed files with 113 additions and 0 deletions

BIN
static/counter/0.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

BIN
static/counter/1.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.5 KiB

BIN
static/counter/2.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.9 KiB

BIN
static/counter/3.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

BIN
static/counter/4.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.7 KiB

BIN
static/counter/5.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.3 KiB

BIN
static/counter/6.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.3 KiB

BIN
static/counter/7.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.1 KiB

BIN
static/counter/8.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

BIN
static/counter/9.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 5 KiB

30
static/style/style.css Normal file
View file

@ -0,0 +1,30 @@
* {
background-color: black;
color: white;
}
.counter {
display: flex;
}
.counter-image {
image-rendering: pixelated;
image-rendering: -moz-crisp-edges;
image-rendering: crisp-edges;
flex-grow: 200;
}
.worker table{
border: 1px solid white;
border-collapse: collapse;
border-spacing: 5px;
}
.worker td{
border: 1px solid white;
}
.worker tr{
border: 1px solid white;
}