Skip to content

Commit

Permalink
Update main.css
Browse files Browse the repository at this point in the history
  • Loading branch information
NotAn127 committed May 25, 2023
1 parent 5d0bd3f commit 838ba2a
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions user_css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,22 @@ html, body {
cursor: none;
background:rgb(248, 237, 212);
}
body {
background-image: url("https://raw.githubusercontent.com/CoolAn127Gamer/GBA-Emulator-Online/gh-pages/Binaries/gba_bg.jpg");
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
}

div {
align-items: center;
text-align: center;
border-radius: 25px;
height: 300px;
width: 1000px;
background: linear-gradient(to bottom, #000000 0%, #020094 100%);
}
canvas {
position: absolute;
top: 0;
Expand Down

0 comments on commit 838ba2a

Please sign in to comment.