Skip to content

Commit

Permalink
Update mainpage.html
Browse files Browse the repository at this point in the history
  • Loading branch information
edcubelearning authored Sep 25, 2024
1 parent df6d6ad commit 33d33a5
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions mainpage.html
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@

/* Login & Signup Button Styling */
.header-buttons {
top: 100px;
margin-top: 30px;
display: flex;
gap: 20px;
}
Expand Down Expand Up @@ -373,10 +373,10 @@ <h3>Disclaimer</h3>

<!-- Login & Signup Buttons -->
<div class="header-buttons">
<p><img src="cube.png" style="height: 40px; width: 40px;" alt="Cube Currency:">0</p>
<a href="#shop">Shop</a>
<a href="#login">Login</a>
<a href="#signup">Register</a>
<p><img src="cube.png" style="height: 40px; width: 40px; margin-top: 30px;" alt="Cube Currency:">0</p>
<a href="#shop" style="margin-top: 30px;">Shop</a>
<a href="#login" style="margin-top: 30px;">Login</a>
<a href="#signup" style="margin-top: 30px;">Register</a>
</div>
</header>

Expand Down

0 comments on commit 33d33a5

Please sign in to comment.