Skip to content

Commit f27dd73

Browse files
authored
Adds animation in testimonial section
1 parent f0ed195 commit f27dd73

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

resources/css/landingpage.css

+5
Original file line numberDiff line numberDiff line change
@@ -328,6 +328,11 @@ nav {
328328
padding: 30px;
329329
}
330330

331+
#q1:hover, #q2:hover, #q3:hover, #q4:hover{
332+
scale: 1.07;
333+
transition-duration: 0.2s;
334+
}
335+
331336
#q1,
332337
#q2,
333338
#q3,

0 commit comments

Comments
 (0)