mirror of
https://github.com/scratchfoundation/scratch-paint.git
synced 2024-12-24 14:32:26 -05:00
8 lines
156 B
CSS
8 lines
156 B
CSS
.paper-canvas {
|
|
width: 500px;
|
|
height: 400px;
|
|
margin: auto;
|
|
position: relative;
|
|
background-color: #fff;
|
|
image-rendering: pixelated;
|
|
}
|