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 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'base.css') 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; +} -- cgit v1.3.1