Skip to content

Commit

Permalink
Improved Register section UI on home page
Browse files Browse the repository at this point in the history
  • Loading branch information
sankaraxi committed Oct 18, 2024
1 parent 0978525 commit 838a590
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -829,11 +829,11 @@ <h3 class="title-lg card-title">
<section class="cta" aria-labelledby="cta-label">
<div class="container">

<h2 class="headline-md section-title" id="cta-label" data-aos="zoom-in">
<h2 class="" id="cta-label" data-aos="zoom-in">
Education Is About Creating Leaders For Tomorrow
</h2>

<a href="signin.html" class="btn btn-tertiary" data-aos="fade-left">Register Today</a>
<a href="signin.html" class="cta-btn" data-aos="fade-left">Register Today</a>

</div>
</section>
Expand Down
19 changes: 19 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -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%;
}

0 comments on commit 838a590

Please sign in to comment.