From e74e96d703bd57245a8dbd0e95703a89552d4692 Mon Sep 17 00:00:00 2001 From: Amit Taylor Date: Mon, 18 Mar 2013 21:12:17 -0700 Subject: [PATCH 1/2] I added some stuff to index and style --- index.html | 2 +- style.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index f08f52c..3ec22b5 100644 --- a/index.html +++ b/index.html @@ -4,6 +4,6 @@ Hello!!! - Hi!!! + Hi!!! My name is Amit. What is your name?? \ No newline at end of file diff --git a/style.css b/style.css index b719c60..001a6a9 100644 --- a/style.css +++ b/style.css @@ -1,3 +1,3 @@ body { - color: red; + color: purple; } \ No newline at end of file From 21367375505f4f263b448846659d99cf0417aaa3 Mon Sep 17 00:00:00 2001 From: Amit Taylor Date: Mon, 18 Mar 2013 21:20:45 -0700 Subject: [PATCH 2/2] I made the color black --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.css b/style.css index 001a6a9..c16c9ef 100644 --- a/style.css +++ b/style.css @@ -1,3 +1,3 @@ body { - color: purple; + color: black; } \ No newline at end of file