Animation: add blur on hover to all images
This commit is contained in:
@@ -544,3 +544,13 @@ img:hover {
|
|||||||
.card:hover {
|
.card:hover {
|
||||||
transform: scale(1.05);
|
transform: scale(1.05);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
/* Animation base styles */
|
||||||
|
img {
|
||||||
|
transition: filter 0.3s ease;
|
||||||
|
}
|
||||||
|
|
||||||
|
img:hover {
|
||||||
|
filter: blur(4px);
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user