summaryrefslogtreecommitdiff
path: root/base.css
diff options
context:
space:
mode:
Diffstat (limited to 'base.css')
-rw-r--r--base.css8
1 files changed, 8 insertions, 0 deletions
diff --git a/base.css b/base.css
index 4343a2d..92c6108 100644
--- a/base.css
+++ b/base.css
@@ -2,6 +2,14 @@ body {
margin: 30px 25px 40px 25px;
}
+.canvas {
+ border-width: 1px;
+ border-color: #777;
+ border-style: solid;
+ height: 250px;
+ width: 250px;
+}
+
.mat {
margin: 20px;
}