Skip to content

Commit

Permalink
Merge pull request #682 from sankaraxi/register-fea
Browse files Browse the repository at this point in the history
Improved Register section UI on home page
  • Loading branch information
anuragverma108 authored Oct 19, 2024
2 parents 044dcac + 838a590 commit ad79e50
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 @@ -830,11 +830,11 @@ <h3 class="title-lg card-title">
<section class="cta" aria-labelledby="cta-label">
<div class="container cta-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 @@ -191,3 +191,22 @@ margin-right: 60px;
top: 20px;
margin-right: 60px;
}

.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 ad79e50

Please sign in to comment.