From 62f68ea9f0104f51088c003140bbaa5b0e436057 Mon Sep 17 00:00:00 2001 From: Ankit Kumar Date: Thu, 6 Feb 2025 15:39:24 +0530 Subject: [PATCH] Register button fixed --- style.css | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/style.css b/style.css index 30014d0..950bb9f 100644 --- a/style.css +++ b/style.css @@ -541,10 +541,11 @@ body.dark-mode footer { overflow: hidden; box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); transition: all 0.3s ease; - margin-bottom: 2rem; + margin-bottom: 1rem; border: 2px solid #c3c6ce; transition: 0.5s ease-out; position: relative; + } .event-card:hover { @@ -564,6 +565,7 @@ body.dark-mode footer { .event-details { padding: 1.5rem; + height: 50vh; } .event-title { @@ -602,6 +604,7 @@ body.dark-mode footer { border: none; color: #ffffff !important; background-color: var(--primary-color); + font-size: 1rem; padding: 0.5rem 1rem; position: relative; @@ -609,6 +612,14 @@ body.dark-mode footer { bottom: 0; text-decoration: none; transition: background-color 0.3s ease; + display: flex; + justify-content: center; + margin-top: 10px; + position: absolute; + width: 21%; + + bottom: 22px; + } .register-button:hover {