Skip to content

Commit

Permalink
done
Browse files Browse the repository at this point in the history
  • Loading branch information
Subhajit-2023-44 committed Oct 14, 2024
1 parent f81cc9e commit 28915e9
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down Expand Up @@ -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 */
Expand Down

0 comments on commit 28915e9

Please sign in to comment.