scratch-paint/src/containers/paper-canvas.css
2018-08-16 16:49:43 -04:00

7 lines
125 B
CSS

.paper-canvas {
width: 480px;
height: 360px;
margin: auto;
position: absolute;
background-color: #fff;
}