summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--style.css5
1 files changed, 4 insertions, 1 deletions
diff --git a/style.css b/style.css
index e17bd99..19e3a2e 100644
--- a/style.css
+++ b/style.css
@@ -90,8 +90,11 @@ li.nav {
color: black;
text-align: center;
text-decoration: none;
+ padding: 14px 16px;
+}
+li.nav:hover{
+ background-color: grey;
}
-
a.nav{
color: black;
text-decoration: none;