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 ca67efd commit 746a156
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 @@ -108,6 +108,11 @@ nav a:hover {
color: rgb(225, 181, 0); /* Yellow text on hover */
}

.place-box:hover {
transition: color 0.3s ease-in-out; /* Smooth color transition */
border: 3px solid rgb(225, 181, 0);
}

.place-container {
display: flex;
flex-wrap: wrap; /* Allow wrapping to the next line when there's not enough space */
Expand Down

0 comments on commit 746a156

Please sign in to comment.