From: Dylan Lloyd Date: Sun, 16 Dec 2012 14:34:19 +0000 (-0500) Subject: 2d! X-Git-Url: https://disinclined.org/git/?a=commitdiff_plain;h=ede4376ae858e2d6241d3842355cdbe1ad26a4d1;p=cellular-automaton.git 2d! --- 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;