resize the canvas

This commit is contained in:
emil
2024-10-13 10:30:38 +03:00
parent bbbbf55d6d
commit ac297acda0
+3 -2
View File
@@ -4,10 +4,11 @@
.canvas {
display: block;
width: 100%;
height: 100%;
width: 45%;
height: 45%;
background-color: cadetblue;
border: 1px solid cyan;
margin: auto;
}
.canvas-title {
text-align: center;