[call-me] - add img hover
This commit is contained in:
@@ -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 |
Reference in New Issue
Block a user