Skip to content

Commit

Permalink
Update style.css
Browse files Browse the repository at this point in the history
  • Loading branch information
wpowers42 committed Dec 10, 2023
1 parent 7948efb commit f3c285d
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions box-breathing/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,10 @@ body {
#canvas {
position: absolute;
background-color: black;
width: 100vw;
height: 100wh;
top: 0;
left: 0;
}
width: 100%;
height: 100%;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);

}

0 comments on commit f3c285d

Please sign in to comment.