summaryrefslogtreecommitdiff
path: root/base.css
diff options
context:
space:
mode:
authorYuval Adam <yuv.adm@gmail.com>2012-07-17 18:29:28 -0400
committerYuval Adam <yuv.adm@gmail.com>2012-07-17 18:29:28 -0400
commit3c8179f741a387a0fe171fe407358ac6cea9bd4c (patch)
tree683e23a89a89bcf49637bde1dbc98905ae58b8c2 /base.css
parent1396b087c820387e020d6c748c6277d21ed26074 (diff)
got the matrix
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;
+}