diff --git a/style.css b/style.css index 4c0c4c9..9759f2a 100644 --- a/style.css +++ b/style.css @@ -65,6 +65,8 @@ a { text-align: center; } + + nav { border-color: black; border-radius: 10px 100px / 120px; @@ -76,6 +78,18 @@ nav { text-align: center; } +nav a { + color: black; + text-decoration: none; + padding: 5px 10px; +} + +nav a:hover { + background-color: #a0c4ff; /* Change this to your desired hover color */ + color: white; /* Change this to your desired text color on hover */ + border-radius: 5px; +} + button { outline: none; border: 4px solid green; @@ -461,4 +475,4 @@ thead{ .btn-sound:hover { background-color: rgb(94, 143, 206); -} \ No newline at end of file +}