diff --git a/README.md b/README.md index 6b132a4..d4b4aca 100755 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Together we can create a Mr. Potato Head using GitHub! ###Directions -1. Find your teacher on github.com and find the `Mr_Potato_Head` repository: +1. You are on github.com and this is Venkat's `Mr_Potato_Head` repository: 2. Fork the Repo 3. Create a new workspace for this repository using the clone from Git URL from your repository. 4. Add your assigned body part to `potatohead.html`. Body parts can be found in the `assets` folder diff --git a/assets/Untitled b/assets/Untitled new file mode 100644 index 0000000..e69de29 diff --git a/potato.css b/potato.css index 5c1d358..f45b994 100644 --- a/potato.css +++ b/potato.css @@ -22,12 +22,18 @@ h1 { top: 28px; left: 68px; } /* Insert CSS for arms below this line*/ - +#arms_image{ +top: 160px; +left:23px; +} /* Insert CSS for ears below this line*/ - +#ears_image{ + top: 100px; + right: 51px; +} @@ -38,7 +44,10 @@ h1 { /* Insert CSS for mouth below this line*/ - +#mouth_image { + bottom: 195px; right:135px; + +} /* Insert CSS for nose below this line*/ @@ -47,7 +56,10 @@ h1 { /* Insert CSS for eyebrows below this line*/ - +#eyebrows_image{ + top:35px; + left:100px; +} @@ -57,7 +69,9 @@ h1 { /* Insert CSS for hat below this line*/ - +#hat_image { + top: 6px; left: 102px; +} @@ -67,12 +81,23 @@ h1 { /* Insert CSS for moustache below this line*/ +#moustache_image { + width: 100px; + height: 50px; + top: 100px; + right: 130px; + +} /* Insert CSS for shoes below this line*/ +#shoes_image{ + top:298px; + right:63px; +} diff --git a/potatohead.html b/potatohead.html index d039b2b..bcf4e11 100755 --- a/potatohead.html +++ b/potatohead.html @@ -13,16 +13,16 @@

Mr. Potato Head

- + - + - + - - - + + > +