From e7ba1442ec6e04c33f996d8332a17a9c5b1d4501 Mon Sep 17 00:00:00 2001 From: Sanchit Chauhan <150342364+sanchitc05@users.noreply.github.com> Date: Sun, 10 Nov 2024 16:02:34 +0530 Subject: [PATCH] Update about.html --- about.html | 8 ++++++++ 1 file changed, 8 insertions(+) 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;