From 0ed80635dd56ae6ff8a642ace666475d74604086 Mon Sep 17 00:00:00 2001 From: jordandietch Date: Mon, 18 Mar 2013 21:11:42 -0700 Subject: [PATCH 1/2] I added stuff and more stuff --- index.html | 2 +- style.css | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/index.html b/index.html index f08f52c..8fb903b 100644 --- a/index.html +++ b/index.html @@ -4,6 +4,6 @@ Hello!!! - Hi!!! +

Typing some garbage into the thing!!!

\ No newline at end of file diff --git a/style.css b/style.css index b719c60..be12865 100644 --- a/style.css +++ b/style.css @@ -1,3 +1,4 @@ -body { - color: red; +p { + color: black; + background-color: red; } \ No newline at end of file From e840d5ff911a2a1f0af86a05cd57160470d4030c Mon Sep 17 00:00:00 2001 From: jordandietch Date: Mon, 18 Mar 2013 21:19:38 -0700 Subject: [PATCH 2/2] I made stuff not great --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.css b/style.css index be12865..2f444ed 100644 --- a/style.css +++ b/style.css @@ -1,4 +1,4 @@ p { color: black; - background-color: red; + background-color: blue; } \ No newline at end of file