canvas.acss 133 B

12345678910
  1. .canvas-view {
  2. display: flex;
  3. justify-content: center;
  4. }
  5. .canvas {
  6. width: 305px;
  7. height: 305px;
  8. background-color: #fff;
  9. }