From 746a156a6b26fe2882f1dc456e15191dc2b21a75 Mon Sep 17 00:00:00 2001 From: Kevin Babakhani <113073767+KevinLemon112@users.noreply.github.com> Date: Sat, 3 Feb 2024 09:17:23 +0000 Subject: [PATCH] changes --- styles.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/styles.css b/styles.css index c6a5902..2367398 100644 --- a/styles.css +++ b/styles.css @@ -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 */