Improve styling

This commit is contained in:
Vojtěch Káně
2021-04-22 20:17:45 +02:00
parent e0c0348db2
commit fc8a18e5bb
8 changed files with 382 additions and 50 deletions

30
ui/static/results.css Normal file
View File

@@ -0,0 +1,30 @@
td {
padding-left: 1rem;
}
.place {
border-radius: 50%;
border: 1px solid black;
width: 3rem;
height: 3rem;
text-align: center;
padding: 0;
}
.place.first {
background-color: gold;
box-shadow: 0 0 10px 5px gold;
border: none;
}
.place.second {
background-color: silver;
box-shadow: 0 0 6px 3px silver;
border: none;
}
.place.third {
background-color: chocolate;
box-shadow: 0 0 3px 1px chocolate;
border: none;
}