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 e8a02e4 commit 2056769
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions main.css
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,15 @@ body {
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%);
}


.content {
width: 100%;
height: 200vh;
background-color: #f0f0f0;
height: 200vh;
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%);
}




iframe {
position: absolute;
top: 60%;
Expand Down

0 comments on commit 2056769

Please sign in to comment.