Skip to content

Commit e50fc86

Browse files
authored
Merge pull request #320 from Ayushmaanagarwal1211/main
Added hovering animation on the cards .
2 parents 09bd17b + 72a00ab commit e50fc86

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

src/components/HomePage/home.module.css

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,15 @@
66
margin: 20px 10px;
77
border-radius: 10px;
88
}
9+
/* home.module.css */
10+
11+
12+
.feature_item:hover ,.course_card:hover {
13+
scale: 1.03;
14+
box-shadow: 0 0px 20px #4be7e2;
15+
transition: scale 0.3s ease-in;
16+
}
17+
918

1019
.hero_content {
1120
flex: 1;

0 commit comments

Comments
 (0)