From 681e2a6d04ac173b8903fc2eaabd0063bc9165d1 Mon Sep 17 00:00:00 2001 From: Joe Cardali Date: Thu, 22 Dec 2016 20:40:34 +0000 Subject: [PATCH 1/8] Added arms --- potato.css | 4 +++- potatohead.html | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/potato.css b/potato.css index 5c1d358..f19006a 100644 --- a/potato.css +++ b/potato.css @@ -22,7 +22,9 @@ h1 { top: 28px; left: 68px; } /* Insert CSS for arms below this line*/ - +#arms_image { + top: 180px; left: 25px; +} 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 b869c304728cb8f718a00013f65fd8fbebc96db5 Mon Sep 17 00:00:00 2001 From: Paulson Li Date: Thu, 22 Dec 2016 20:40:59 +0000 Subject: [PATCH 2/8] Added arms --- potato.css | 4 +++- potatohead.html | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/potato.css b/potato.css index 5c1d358..06c87c7 100644 --- a/potato.css +++ b/potato.css @@ -22,7 +22,9 @@ h1 { top: 28px; left: 68px; } /* Insert CSS for arms below this line*/ - +#arms_image { + top: 181px; left: 24px; +} 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 58934d982c51ee668ff22bf66ee4be692b7c3f25 Mon Sep 17 00:00:00 2001 From: Paulson Li Date: Thu, 22 Dec 2016 20:50:06 +0000 Subject: [PATCH 3/8] Added ears and eyebrows --- potato.css | 8 ++++++-- potatohead.html | 4 ++-- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/potato.css b/potato.css index 06c87c7..5fa9b2b 100644 --- a/potato.css +++ b/potato.css @@ -29,7 +29,9 @@ h1 { /* Insert CSS for ears below this line*/ - +#ears_image { + top: 101px; left: 58px; +} @@ -49,7 +51,9 @@ h1 { /* Insert CSS for eyebrows below this line*/ - +#eyebrows_image { + top: 101px; left: 113px; +} diff --git a/potatohead.html b/potatohead.html index 6adb8d7..9ecf8f0 100755 --- a/potatohead.html +++ b/potatohead.html @@ -14,11 +14,11 @@

Mr. Potato Head

- + - + From c20e5be1dc65877cce15b9bdc3c9e51d38c69673 Mon Sep 17 00:00:00 2001 From: Kevin Zhong Date: Thu, 22 Dec 2016 21:06:55 +0000 Subject: [PATCH 4/8] added mouth and nose --- potato.css | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/potato.css b/potato.css index f19006a..7f1b34b 100644 --- a/potato.css +++ b/potato.css @@ -39,14 +39,13 @@ h1 { /* Insert CSS for mouth below this line*/ - - - - +#mouth_image { + top: 220px; left: 120px; +} /* Insert CSS for nose below this line*/ - - - +#nose_image { + top: 115px; left: 132px; +} /* Insert CSS for eyebrows below this line*/ From 1487818a0eac2d85a18fc2133a899abe6567f3cb Mon Sep 17 00:00:00 2001 From: TareekB Date: Thu, 22 Dec 2016 21:11:24 +0000 Subject: [PATCH 5/8] added shoes --- potato.css | 5 ++++- potatohead.html | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/potato.css b/potato.css index f19006a..46317bd 100644 --- a/potato.css +++ b/potato.css @@ -74,7 +74,10 @@ h1 { /* Insert CSS for shoes below this line*/ - +#shoes_image{ + top:299px; + left:47px; +} diff --git a/potatohead.html b/potatohead.html index 6adb8d7..9613e06 100755 --- a/potatohead.html +++ b/potatohead.html @@ -22,7 +22,7 @@

Mr. Potato Head

- + From ee6480be346af25e0e873cc42d3e6af4674ee41d Mon Sep 17 00:00:00 2001 From: Kevin Zhong Date: Thu, 22 Dec 2016 21:13:17 +0000 Subject: [PATCH 6/8] put in html --- potatohead.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/potatohead.html b/potatohead.html index 6adb8d7..8788a6b 100755 --- a/potatohead.html +++ b/potatohead.html @@ -12,12 +12,12 @@

Mr. Potato Head

- + > - - + + From 9aca095331e81e3e358e33d0061e0aae00300e90 Mon Sep 17 00:00:00 2001 From: Brian Chan Date: Thu, 22 Dec 2016 21:13:49 +0000 Subject: [PATCH 7/8] Added hat mustache and arms --- potato.css | 8 ++++++-- potatohead.html | 4 ++-- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/potato.css b/potato.css index f19006a..2864a6d 100644 --- a/potato.css +++ b/potato.css @@ -59,7 +59,9 @@ h1 { /* Insert CSS for hat below this line*/ - +#hat_image{ + top: 20px; left: 100px; +} @@ -69,7 +71,9 @@ h1 { /* Insert CSS for moustache below this line*/ - +#moustache_image{ + top: 200px ; left: 85px ; +} diff --git a/potatohead.html b/potatohead.html index 6adb8d7..f2dec80 100755 --- a/potatohead.html +++ b/potatohead.html @@ -20,8 +20,8 @@

Mr. Potato Head

- - + + From ab0ec866b1c3625fa9e8131e60c95a4dbfbbc820 Mon Sep 17 00:00:00 2001 From: Alexander Thaniotis Date: Thu, 22 Dec 2016 21:19:50 +0000 Subject: [PATCH 8/8] eyes and glasses --- potato.css | 8 ++++++++ potatohead.html | 4 ++-- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/potato.css b/potato.css index 1aa4774..bc41363 100644 --- a/potato.css +++ b/potato.css @@ -58,6 +58,14 @@ h1 { /* Insert CSS for glasses below this line*/ +#eyes_image{ + left:135px; + top:75px; +} +#glasses_image{ + left:105px; + top:65px; +} diff --git a/potatohead.html b/potatohead.html index 9ecf8f0..db445cc 100755 --- a/potatohead.html +++ b/potatohead.html @@ -15,11 +15,11 @@

Mr. Potato Head

- + - +