scratch-paint/src/containers/paper-canvas.css

8 lines
125 B
CSS
Raw Normal View History

2017-09-06 18:01:49 -04:00
.paper-canvas {
width: 480px;
height: 360px;
2018-08-16 16:49:43 -04:00
margin: auto;
2018-03-21 21:42:49 -04:00
position: absolute;
2017-09-06 18:01:49 -04:00
background-color: #fff;
2017-09-06 18:10:19 -04:00
}