diff options
| -rw-r--r-- | style.css | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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; |
