diff --git a/styles.css b/styles.css index 76a1010..dbd03f0 100644 --- a/styles.css +++ b/styles.css @@ -80,6 +80,11 @@ nav a:hover { overflow: hidden; /* Ensure the overflow is hidden to contain the border-radius */ border-radius: 10px; /* Add border-radius for rounded corners */ transition: background-color 0.3s; /* Smooth background color transition */ + border: 3px solid black; +} + +.place-box:hover { + border: 3px solid rgb(225, 181, 0); } .place-container {