From f7106e36f234974df3b83662c684a47baceaf9e6 Mon Sep 17 00:00:00 2001 From: Justin Etzine Date: Mon, 19 Oct 2015 16:47:12 -0400 Subject: [PATCH] Centered everything, changed color to an ID --- style.css | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/style.css b/style.css index dbd6010..b8be584 100644 --- a/style.css +++ b/style.css @@ -1,4 +1,9 @@ -div.color { +body { + text-align: center; +} + +div#color { + margin: 0 auto; width: 200px; height: 200px; border: 1px solid #000000;