diff --git a/web/css.css b/web/css.css index a7a7534..54e8cce 100644 --- a/web/css.css +++ b/web/css.css @@ -5,12 +5,16 @@ body { display: flex; flex-direction: column; min-height: 100vh; + margin: 0; } html { background-color: rgb(71, 68, 68); } +li { + +} div { color: white; @@ -98,7 +102,24 @@ div { float: right; color: #f2f2f2; text-align: center; - padding: 14px 16px; text-decoration: none; font-size: 17px; +} + +.button { + background-color: #333; + text-decoration: none; + padding: 14px 16px; + border: none; + font-size: 17px; + color: #f2f2f2; +} + +.button:hover { + background-color: rgb(199, 71, 71); + color: black; + text-decoration: none; + padding: 14px 16px; + border: none; + } \ No newline at end of file diff --git a/web/statestiek.html b/web/statestiek.html index 798f05a..521b50f 100644 --- a/web/statestiek.html +++ b/web/statestiek.html @@ -20,8 +20,9 @@ Home Station statestieken
- - + + +