Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
jbritosm authored Jan 15, 2023
1 parent e1b7f92 commit 6331309
Showing 1 changed file with 11 additions and 12 deletions.
23 changes: 11 additions & 12 deletions style.css
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
html, body {
margin: 0;
padding: 0;
}
canvas {
display: block;
#canvasElement {
transform: rotateY(180deg);
-webkit-transform: rotateY(180deg);
/* Safari and Chrome */
-moz-transform: rotateY(180deg);
/* Firefox */
}

#canvasElement
{
transform: rotateY(180deg);
-webkit-transform:rotateY(180deg); /* Safari and Chrome */
-moz-transform:rotateY(180deg); /* Firefox */
}
body {
display: flex;
align-items: center;
justify-content: center;
}

0 comments on commit 6331309

Please sign in to comment.