Skip to content

Commit

Permalink
changes
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinLemon112 committed Feb 3, 2024
1 parent 6e7e157 commit 21d2ed3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 21d2ed3

Please sign in to comment.