From ac108ec3f24ccefa0d6087a1bd099806b1fc81a7 Mon Sep 17 00:00:00 2001 From: Suhaina Fathima M <153417476+SuhainaFathimaM@users.noreply.github.com> Date: Fri, 7 Jun 2024 00:47:33 +0530 Subject: [PATCH] Added animations to newsletter section --- Projects/organica/assets/css/home.css | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/Projects/organica/assets/css/home.css b/Projects/organica/assets/css/home.css index 33773f51..c4953ec8 100644 --- a/Projects/organica/assets/css/home.css +++ b/Projects/organica/assets/css/home.css @@ -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; +}