resize the canvas
This commit is contained in:
+3
-2
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user