summaryrefslogtreecommitdiff
path: root/base.css
diff options
context:
space:
mode:
Diffstat (limited to 'base.css')
-rw-r--r--base.css11
1 files changed, 11 insertions, 0 deletions
diff --git a/base.css b/base.css
index 1675a7c..72c81a2 100644
--- a/base.css
+++ b/base.css
@@ -1,3 +1,14 @@
body {
margin: 30px 25px 40px 25px;
}
+
+.mat {
+ margin: 20px;
+}
+
+.cell {
+ width: 15px;
+ height: 15px;
+ display: inline-block;
+ background-color: #000;
+}