From 28915e9db3c639340da824ffbc47f25b10b23316 Mon Sep 17 00:00:00 2001 From: Subhajit-2023-44 Date: Mon, 14 Oct 2024 17:20:05 +0530 Subject: [PATCH] done --- styles.css | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/styles.css b/styles.css index ecf3be2..3b85998 100644 --- a/styles.css +++ b/styles.css @@ -70,15 +70,17 @@ body { /* Form title styling */ .event-form h3 { + margin-bottom: 25px; font-size: 1.8rem; /* Larger font size for the title */ font-weight: bold; /* Make the title stand out */ - color: #333; /* Darker title color */ + color: #1997fb; /* Darker title color */ text-align: center; /* Centered title */ text-transform: uppercase; /* Uppercase for emphasis */ letter-spacing: 2px; /* Increased letter spacing */ position: relative; animation: fadeInDown 0.5s ease-in-out; /* Add fade-in animation */ + } .event-form input, @@ -162,12 +164,14 @@ body { /* Label styling */ .event-form label { + font-size: 1rem; font-weight: 500; - color: #333; + color: #1997fb; margin-bottom: 8px; /* Space between label and input */ text-align: left; animation: fadeInLeft 0.5s ease-in-out; /* Label animation */ + } /* Animation for fading the title in from the top */