mirror of
https://github.com/scratchfoundation/scratch-paint.git
synced 2025-01-11 23:19:59 -05:00
7 lines
126 B
CSS
7 lines
126 B
CSS
|
.paper-canvas {
|
||
|
width: 500px;
|
||
|
height: 400px;
|
||
|
margin: auto;
|
||
|
position: relative;
|
||
|
background-color: #fff;
|
||
|
}
|