diff --git a/about.html b/about.html index 6570dbe..cf19156 100644 --- a/about.html +++ b/about.html @@ -150,6 +150,14 @@ padding: 0 40px; /* Increased padding for a more spacious layout */ } + .about-images img { + transition: transform 0.3s ease-in-out; /* Smooth transition */ +} + +.about-images:hover img { + transform: scale(1.1); /* Scale the image up on hover */ +} + /* Footer Section */ /* .footer { background-color: #bec1c55c;