Skip to content

Commit

Permalink
Minor style changes in the Index
Browse files Browse the repository at this point in the history
  • Loading branch information
kevtorres23 committed Jul 9, 2024
1 parent 36e6064 commit 1280837
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ <h1>Learn always.</h1>
<img src="views/images/stars.png" alt="" width="300px" height="300px">
</section>
<section class="everything-ready">
<h1>Everything is ready.</h1>
<h1>Everything is Ready</h1>
<h2>Launching in 3, 2, 1...</h2>
<a href="views/create-account.html"><button class="sign-now">Get Started</button></a><br><br>
</section>
Expand Down
5 changes: 5 additions & 0 deletions views/styles/index_styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -610,6 +610,11 @@ main h3{
font-weight: 600;
border-radius: 50px;
border-style: none;
transition: 0.2s;
}

.sign-now:hover{
padding: 20px 50px;
}

.brand{
Expand Down

0 comments on commit 1280837

Please sign in to comment.