Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
matrem committed Jan 6, 2024
1 parent b8f22ea commit ba2eac4
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions canvastransform/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,17 @@ div#draw {
display: block;
margin: 0;
padding: 0;
width: 100vw;
height: 100vh;
/*border: solid red 3px;*/
width: 90vw;
height: 90vh;
border: solid red 3px;
/*position: relative;*/
}

canvas#canvas {
display: block;
margin: 0;
padding: 0;
width: 100%;
height: 100%;
width: 50%;
height: 50%;
/*border: solid yellow 3px;*/
}

0 comments on commit ba2eac4

Please sign in to comment.