Skip to content

Commit

Permalink
Added animations to newsletter section
Browse files Browse the repository at this point in the history
  • Loading branch information
SuhainaFathimaM authored Jun 6, 2024
1 parent 54d634d commit ac108ec
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions Projects/organica/assets/css/home.css
Original file line number Diff line number Diff line change
Expand Up @@ -467,6 +467,17 @@
justify-content: center;
}

.newsletter .section-subtitle {
animation: newsletterSubtitleAnimation 1s ease-in-out;
}

.newsletter .section-title {
animation: newsletterTitleAnimation 1.2s ease-in-out;
}

.newsletter .btn {
animation: newsletterButtonAnimation 1.5s ease-in-out;
}



Expand Down

0 comments on commit ac108ec

Please sign in to comment.