Skip to content

Commit 45037aa

Browse files
committed
Done
Time: 5:30 AM Date: 7-04-2025 Signed-off-by: Someshdiwan <[email protected]>
1 parent 596c7e2 commit 45037aa

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

site/assets/style.css

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,3 +138,19 @@ body {
138138
width: 48%;
139139
}
140140
}
141+
.responsive-img {
142+
max-width: 100%;
143+
height: auto;
144+
border-radius: 10px;
145+
box-shadow: 0 4px 12px rgba(0,0,0,0.1);
146+
transition: transform 0.3s ease;
147+
}
148+
149+
.responsive-img:hover {
150+
transform: scale(1.02);
151+
}
152+
153+
/* Optional: Add a dark-mode outline for visibility */
154+
.dark-mode .responsive-img {
155+
box-shadow: 0 4px 12px rgba(255, 255, 255, 0.1);
156+
}

0 commit comments

Comments
 (0)