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