Skip to content

Commit

Permalink
Added animations to testimonials section
Browse files Browse the repository at this point in the history
  • Loading branch information
SuhainaFathimaM authored Jun 6, 2024
1 parent 5ac8e42 commit 74efb8f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Projects/organica/assets/css/home.css
Original file line number Diff line number Diff line change
Expand Up @@ -349,12 +349,14 @@
color: var(--battleship-gray);
line-height: 1.7;
font-size: var(--fs-6);
animation: testimonialsTextAnimation 1s ease-in-out;
}

.testi-card .card-title {
font-size: var(--fs-3);
font-weight: var(--fw-500);
margin-block: 25px 15px;
animation: testimonialsTitleAnimation 1.2s ease-in-out;
}

.testi-card .card-subtitle {
Expand Down

0 comments on commit 74efb8f

Please sign in to comment.