[call-me] - add img hover

This commit is contained in:
Miroslav Pejic
2025-01-21 20:14:44 +01:00
parent d50115c98e
commit 2e5523c0cb
2 changed files with 7 additions and 0 deletions
+7
View File
@@ -22,6 +22,13 @@
width: 200px;
cursor: pointer;
display: block;
border: none;
border-radius: 1rem;
transition: box-shadow 0.3s ease;
}
img:hover {
box-shadow: 0 0 15px 3px rgba(0, 128, 0, 0.5); /* Green shadow effect */
}
/* iFrame styling */
Binary file not shown.

Before

Width:  |  Height:  |  Size: 20 KiB

After

Width:  |  Height:  |  Size: 5.6 KiB