From a09c8b44d55c104740026b04e69a11d625016628 Mon Sep 17 00:00:00 2001 From: Subhajit-2023-44 Date: Thu, 17 Oct 2024 12:39:42 +0530 Subject: [PATCH] done --- Feedback.html | 14 ++++++++------ contact.html | 10 ++++++---- features.html | 8 ++++++++ team.html | 14 ++++++++------ 4 files changed, 30 insertions(+), 16 deletions(-) diff --git a/Feedback.html b/Feedback.html index 5f2b334..4140b3c 100644 --- a/Feedback.html +++ b/Feedback.html @@ -350,14 +350,16 @@ margin-right: 10px; /* Space between the text and the logo image */ } - + .letter { - display: inline-block; - font-size: 2rem; - animation: letterDrop 0.5s ease forwards; - animation-delay: calc(var(--letter-index) * 0.1s); - } + display: inline-block; + font-size: 2rem; + animation: letterDrop 0.5s ease forwards; + animation-delay: calc(var(--letter-index) * 0.1s); + + } + .red { color: red; } diff --git a/contact.html b/contact.html index 2f56dc2..42dccc0 100644 --- a/contact.html +++ b/contact.html @@ -361,10 +361,12 @@ } .letter { - display: inline-block; - font-size: 2rem; - animation: letterDrop 0.5s ease forwards; - animation-delay: calc(var(--letter-index) * 0.1s); + + display: inline-block; + font-size: 2rem; + animation: letterDrop 0.5s ease forwards; + animation-delay: calc(var(--letter-index) * 0.1s); + } .red { diff --git a/features.html b/features.html index 995f4bb..e72d414 100644 --- a/features.html +++ b/features.html @@ -203,9 +203,17 @@ } .letter { + display: inline-block; font-size: 2rem; animation: letterDrop 0.5s ease forwards; + animation-delay: calc(var(--letter-index)* 0.1s); + + } + + .letter { + display: inline-block; + font-size: 2rem; } .red { diff --git a/team.html b/team.html index db3d9cb..d094bb0 100644 --- a/team.html +++ b/team.html @@ -374,14 +374,16 @@ margin-right: 10px; /* Space between the text and the logo image */ } - + .letter { - display: inline-block; - font-size: 2rem; - animation: letterDrop 0.5s ease forwards; - animation-delay: calc(var(--letter-index) * 0.1s); - } + display: inline-block; + font-size: 2rem; + animation: letterDrop 0.5s ease forwards; + animation-delay: calc(var(--letter-index) * 0.1s); + + } + .red { color: red; }