Initial Commit
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
.body {
|
||||
background-color: cornflowerblue;
|
||||
}
|
||||
|
||||
.canvas {
|
||||
display: block;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
background-color: cadetblue;
|
||||
border: 1px solid cyan;
|
||||
}
|
||||
.canvas-title {
|
||||
text-align: center;
|
||||
margin: auto;
|
||||
}
|
||||
Reference in New Issue
Block a user