Index With Counter
This commit is contained in:
parent
b2761970ce
commit
560b25419f
12 changed files with 113 additions and 0 deletions
30
static/style/style.css
Normal file
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;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue