Skip to content

Commit

Permalink
Update styles.css
Browse files Browse the repository at this point in the history
  • Loading branch information
MagicGamerRMG authored Jan 8, 2024
1 parent b575452 commit 4fed456
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,16 @@ body {
}

.logo {
position: absolute;
top: 10px; /* Adjust as needed */
left: 10px; /* Adjust as needed */
width: 80px; /* Adjust as needed */
height: auto; /* Maintains aspect ratio */
position: fixed; /* This ensures the logo stays in the viewport regardless of scrolling */
top: 10px; /* Adjust to position the logo close to the top edge */
left: 10px; /* Adjust to position the logo close to the left edge */
width: 80px; /* Adjust as needed */
height: auto; /* Maintains aspect ratio */
z-index: 1000; /* Ensures the logo stays above other content */
}



.countdown {
font-size: 3em; /* Adjust as needed */
margin-bottom: 20px;
Expand Down

0 comments on commit 4fed456

Please sign in to comment.