From a8a72f5ea515e535fb34b2faa81ac15d313bdae8 Mon Sep 17 00:00:00 2001 From: Suzanne Rozier Date: Wed, 1 Feb 2017 20:41:53 +0000 Subject: [PATCH 1/6] I added the arms --- potato.css | 8 ++++---- potatohead.html | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/potato.css b/potato.css index 5c1d358..dbadb22 100644 --- a/potato.css +++ b/potato.css @@ -19,12 +19,12 @@ h1 { /* Insert CSS for body below this line*/ #body { - top: 28px; left: 68px; + top: 28px; left: 68px; } /* Insert CSS for arms below this line*/ - - - +#arms_image { + top: 150px; left: 20px; +} /* Insert CSS for ears below this line*/ diff --git a/potatohead.html b/potatohead.html index d039b2b..6adb8d7 100755 --- a/potatohead.html +++ b/potatohead.html @@ -13,7 +13,7 @@

Mr. Potato Head

- + From 214d692bbe57ee3710aa39fc06503ba0324a14fb Mon Sep 17 00:00:00 2001 From: Shayala Chowdhury Date: Wed, 1 Feb 2017 21:04:00 +0000 Subject: [PATCH 2/6] The shoes were added and repositioned. --- potato.css | 5 ++++- potatohead.html | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/potato.css b/potato.css index dbadb22..9bd6541 100644 --- a/potato.css +++ b/potato.css @@ -72,7 +72,10 @@ h1 { /* Insert CSS for shoes below this line*/ - +#shoes_image{ + top:295px; + left: 45px; +} diff --git a/potatohead.html b/potatohead.html index 6adb8d7..a7242da 100755 --- a/potatohead.html +++ b/potatohead.html @@ -22,7 +22,7 @@

Mr. Potato Head

- + From c0aad6dbe14164f3714ee82e13c9667db333457b Mon Sep 17 00:00:00 2001 From: Tahmin Ahmed Date: Wed, 1 Feb 2017 21:11:27 +0000 Subject: [PATCH 3/6] changed the eyes --- potato.css | 4 +++- potatohead.html | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/potato.css b/potato.css index dbadb22..6b6585e 100644 --- a/potato.css +++ b/potato.css @@ -32,7 +32,9 @@ h1 { /* Insert CSS for eyes below this line*/ - +#eyes_image { + top: 80px; left: 130px; +} diff --git a/potatohead.html b/potatohead.html index 6adb8d7..92e515e 100755 --- a/potatohead.html +++ b/potatohead.html @@ -15,7 +15,7 @@

Mr. Potato Head

- + From f9d54e75a3668f5b01d38f0e059d116c788edce3 Mon Sep 17 00:00:00 2001 From: roniel brito Date: Wed, 1 Feb 2017 21:13:34 +0000 Subject: [PATCH 4/6] i added the nose --- potato.css | 4 ++-- potatohead.html | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/potato.css b/potato.css index dbadb22..e80d81d 100644 --- a/potato.css +++ b/potato.css @@ -27,8 +27,8 @@ h1 { } /* Insert CSS for ears below this line*/ - - +#nose_image { + top: 150px; right: 137px; /* Insert CSS for eyes below this line*/ diff --git a/potatohead.html b/potatohead.html index 6adb8d7..5a6c310 100755 --- a/potatohead.html +++ b/potatohead.html @@ -17,7 +17,7 @@

Mr. Potato Head

- + From f11e4401fd4241b0ac99463b3ca28ffd1820baed Mon Sep 17 00:00:00 2001 From: Jesse Hernandez Date: Wed, 1 Feb 2017 21:14:21 +0000 Subject: [PATCH 5/6] addded hat --- potatohead.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/potatohead.html b/potatohead.html index 6adb8d7..2753706 100755 --- a/potatohead.html +++ b/potatohead.html @@ -20,7 +20,7 @@

Mr. Potato Head

- + From f10127d9f67492005544daef847ba358af9e4ac7 Mon Sep 17 00:00:00 2001 From: Jesse Hernandez Date: Wed, 1 Feb 2017 21:22:47 +0000 Subject: [PATCH 6/6] added css for hat --- potato.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/potato.css b/potato.css index dbadb22..9f3ca41 100644 --- a/potato.css +++ b/potato.css @@ -57,6 +57,9 @@ h1 { /* Insert CSS for hat below this line*/ +#hat_image { + top: 0px;left: 101px; +}