Skip to content

Commit

Permalink
Update main.css
Browse files Browse the repository at this point in the history
  • Loading branch information
ax0rz0 committed Jan 8, 2024
1 parent 5e7e06b commit 9a66db2
Showing 1 changed file with 15 additions and 8 deletions.
23 changes: 15 additions & 8 deletions main.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,19 @@ h1{
color: lightblue;
}

a{
color: white;
text-align: center;
font-family: monospace;
position: fixed;
top: 85%;
left: 48%;
font-size: 40px;
a {
color: white;
text-align: center;
font-family: monospace;
font-size: 40px;
position: fixed;
bottom: 0;
left: 50%;
transform: translateX(-50%);
margin-bottom: 20px; /* Adjust as needed */
}


body{
background: rgb(2,0,36);
background: linear-gradient(180deg, rgba(2,0,36,1) 0%, rgba(0,0,255,1) 84%, rgba(0,194,255,1) 100%, rgba(0,212,255,1) 100%);
Expand Down Expand Up @@ -49,6 +52,10 @@ opacity: 1;










Expand Down

0 comments on commit 9a66db2

Please sign in to comment.