From ede4376ae858e2d6241d3842355cdbe1ad26a4d1 Mon Sep 17 00:00:00 2001 From: Dylan Lloyd Date: Sun, 16 Dec 2012 09:34:19 -0500 Subject: [PATCH] 2d! --- index.php | 11 ++++++----- style.css | 3 +-- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/index.php b/index.php index 4df2fe2..e838f18 100644 --- a/index.php +++ b/index.php @@ -3,15 +3,16 @@ cellular automaton - +
- + +
+
+

2D

+ Generation: 0
-
test
diff --git a/style.css b/style.css index 1475fb1..668ed4e 100644 --- a/style.css +++ b/style.css @@ -2,9 +2,8 @@ canvas { position: absolute; top: 1px; left: 1px; - border:1px solid black; margin: 20px; - width: 750px; + border: 1px solid black; } #controls { float:right; -- 2.30.2