add leaderboard

This commit is contained in:
biglyderv 2024-11-25 14:14:21 -05:00
parent dc26c4281b
commit dbab510358
9 changed files with 1575 additions and 8 deletions

View file

@ -8,6 +8,7 @@ section {
width: 800px;
margin-left: auto;
margin-right: auto;
margin-bottom: 10px;
background: rgb(255, 255, 255);
border: solid rgb(200, 200, 200) 2px;
border-radius: 10px;
@ -27,7 +28,7 @@ h6 {
line-height: 40px;
}
p {
p, pre, s {
margin: 10px;
}