10 lines
131 B
CSS
10 lines
131 B
CSS
.Leaderboard {
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
}
|
|
|
|
tr.username {
|
|
background-color:aliceblue;
|
|
}
|