From da463ffc2e3a4ffc53295b36dd0aeb926678e076 Mon Sep 17 00:00:00 2001 From: eshanized Date: Fri, 20 Dec 2024 22:45:49 +0530 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20style(=5Fhero):=20change=20animatio?= =?UTF-8?q?n=20color?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/Home.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/pages/Home.tsx b/src/pages/Home.tsx index 378cfef..14be787 100644 --- a/src/pages/Home.tsx +++ b/src/pages/Home.tsx @@ -23,10 +23,10 @@ export function Home() { /* Hero Section with updated background */ .hero-background { - background: linear-gradient(135deg, #2e3b8c, #3b4c7a); /* New gradient */ - background-size: 300% 300%; - animation: gradientAnimation 20s ease infinite; - } + background: linear-gradient(135deg, #2e3b8c, #6495ed, #ff7f50); /* Multi-color gradient */ + background-size: 300% 300%; /* Enlarges the background to create smooth transitions */ + animation: gradientAnimation 10s ease infinite; /* Infinite animation loop */ + } /* New hover effect for feature cards */ .card:hover {