Index With Counter
BIN
static/counter/0.gif
Normal file
After Width: | Height: | Size: 10 KiB |
BIN
static/counter/1.gif
Normal file
After Width: | Height: | Size: 6.5 KiB |
BIN
static/counter/2.gif
Normal file
After Width: | Height: | Size: 6.9 KiB |
BIN
static/counter/3.gif
Normal file
After Width: | Height: | Size: 11 KiB |
BIN
static/counter/4.gif
Normal file
After Width: | Height: | Size: 9.7 KiB |
BIN
static/counter/5.gif
Normal file
After Width: | Height: | Size: 9.3 KiB |
BIN
static/counter/6.gif
Normal file
After Width: | Height: | Size: 8.3 KiB |
BIN
static/counter/7.gif
Normal file
After Width: | Height: | Size: 8.1 KiB |
BIN
static/counter/8.gif
Normal file
After Width: | Height: | Size: 1.3 KiB |
BIN
static/counter/9.gif
Normal file
After Width: | Height: | Size: 5 KiB |
30
static/style/style.css
Normal 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;
|
||||
}
|