[TASK] style highscore list
This commit is contained in:
@@ -19,6 +19,33 @@ h1 {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.font-headline {
|
||||
font-family: 'Rubik Doodle Shadow', sans-serif;
|
||||
}
|
||||
|
||||
.rank {
|
||||
font-size: clamp(2rem, 1.875rem + 2vw, 3rem);
|
||||
margin-right: 1rem;
|
||||
}
|
||||
|
||||
ul.iterated {
|
||||
padding-left: unset;
|
||||
}
|
||||
|
||||
ul.iterated > li {
|
||||
list-style-type: none;
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
align-items: flex-end;
|
||||
border-bottom: 3px solid white;
|
||||
}
|
||||
|
||||
ul.iterated > li:nth-of-type(even) {
|
||||
}
|
||||
|
||||
ul.iterated > li:nth-of-type(odd) {
|
||||
}
|
||||
|
||||
header a {
|
||||
padding: 0.5rem;
|
||||
line-height: 1.75;
|
||||
|
Reference in New Issue
Block a user