Permalink
Please sign in to comment.
Showing
with
31 additions
and 13 deletions.
- +6 −4 src/main/webapp/races.html
- +11 −9 src/main/webapp/results.html
- +14 −0 src/main/webapp/styles/main.css
@@ -0,0 +1,14 @@ | |||
body { | |||
background-color: azure; | |||
text-align: center; | |||
} | |||
|
|||
.main-container { | |||
width: 500px; | |||
display: inline-block; | |||
background-color: white; | |||
} | |||
|
|||
ul { | |||
list-style-type: none; | |||
} |
0 comments on commit
a4c404e