|
@ -2,11 +2,20 @@ body{ |
|
|
background-color: antiquewhite; |
|
|
background-color: antiquewhite; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
h1{ |
|
|
|
|
|
font-size: 50px; |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
p{ |
|
|
|
|
|
font-size: 20px; |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
table{ |
|
|
table{ |
|
|
background-color: rgb(29, 6, 233); |
|
|
background-color: rgb(29, 6, 233); |
|
|
border: 3px solid black; |
|
|
border: 3px solid black; |
|
|
border-radius: 20px; |
|
|
border-radius: 20px; |
|
|
padding: 5px; |
|
|
padding: 5px; |
|
|
|
|
|
margin: 20px; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
td{ |
|
|
td{ |
|
@ -20,3 +29,7 @@ td{ |
|
|
td:hover{ |
|
|
td:hover{ |
|
|
background-color: rgb(80, 80, 80); |
|
|
background-color: rgb(80, 80, 80); |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
button{ |
|
|
|
|
|
|
|
|
|
|
|
} |