diff --git a/static/style.css b/static/style.css index 46f6476..add3965 100644 --- a/static/style.css +++ b/static/style.css @@ -14,8 +14,7 @@ footer{ list-style-type: none; margin: 0px; padding: 0px; - background-color: #000000ccc; - display: flex; + background-color: #0000cc; } .nav-element{ @@ -24,11 +23,12 @@ footer{ .nav-link{ display: block; + text-align: center; color: white; padding: 14px 16px; text-decoration: none; } .nav-link:hover{ - background-color: light-blue; + background-color: #2222ff; }