From 3c8179f741a387a0fe171fe407358ac6cea9bd4c Mon Sep 17 00:00:00 2001 From: Yuval Adam Date: Tue, 17 Jul 2012 18:29:28 -0400 Subject: got the matrix --- base.css | 11 +++++++++++ index.html | 17 +++++++++++++++++ 2 files changed, 28 insertions(+) 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; +} diff --git a/index.html b/index.html index fc6301a..855a9be 100644 --- a/index.html +++ b/index.html @@ -13,5 +13,22 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-- cgit v1.3.1