From 6f3d70f4cef26c9c35ced409ee27d2da90c55bf9 Mon Sep 17 00:00:00 2001 From: Kaisaan <34224128+Kaisaan@users.noreply.github.com> Date: Thu, 21 Oct 2021 21:11:35 -0400 Subject: [PATCH] Update style.css --- css/style.css | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/css/style.css b/css/style.css index 67d2fb2..1f40384 100644 --- a/css/style.css +++ b/css/style.css @@ -3,6 +3,8 @@ body { font-family: 'Roboto', sans-serif; background-color: #EFEFEF; + margin: 0; + padding: 0; } .navbar ul { @@ -15,4 +17,16 @@ body { } .navstd { float: left; +} + +.navstd a { + display: block; + color: white; + text-align: center; + padding: 14px 16px; + text-decoration: none; +} + +.navstd a:hover { + background-color: #22cc4d; } \ No newline at end of file