mirror of
https://github.com/scratchfoundation/scratch-paint.git
synced 2025-01-10 06:32:07 -05:00
7 lines
125 B
CSS
7 lines
125 B
CSS
.paper-canvas {
|
|
width: 480px;
|
|
height: 360px;
|
|
margin: auto;
|
|
position: absolute;
|
|
background-color: #fff;
|
|
}
|