Skip to content
This repository has been archived by the owner on Sep 29, 2022. It is now read-only.

Commit

Permalink
Merge pull request #259 from Brienyll/master
Browse files Browse the repository at this point in the history
fixed styles
  • Loading branch information
auxfuse authored Oct 31, 2021
2 parents a5b3241 + a801c45 commit a3958a1
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion src/art/Brienyll/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,13 @@ body {
}
canvas {
border:1px solid black;
}
background-position: center;
background-size: cover;
margin: auto;
display: block;
margin-top: 20%;
}
* {
padding: 0;
box-sizing: border-box;
}

0 comments on commit a3958a1

Please sign in to comment.