From 838a590dce95c2549da850371b2d67dea5c02d0f Mon Sep 17 00:00:00 2001 From: sankaraxi Date: Fri, 18 Oct 2024 23:04:13 +0530 Subject: [PATCH] Improved Register section UI on home page --- index.html | 4 ++-- style.css | 19 +++++++++++++++++++ 2 files changed, 21 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 0509242f..d828c7df 100644 --- a/index.html +++ b/index.html @@ -829,11 +829,11 @@

-

+

Education Is About Creating Leaders For Tomorrow

- Register Today + Register Today
diff --git a/style.css b/style.css index 8d8586c4..9fadca70 100644 --- a/style.css +++ b/style.css @@ -190,3 +190,22 @@ top: 20px; } + +.cta-btn{ + width: 40%; + background-color: #fff; + border-radius: 20px; + padding: 10px; + font-size: 20px; + text-align: center; + font-weight: bold; + +} + +#cta-label { + font-weight: bold; /* Makes the text bold */ + color: #fff; /* Sets the text color to white */ + margin-bottom: 10px; + font-size: 36px; + width: 50%; +} \ No newline at end of file