Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion assets/potato.css
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ h1 {

#eyebrows { top: 102px; left: 109px; z-index: 5;}

#glasses { top: 121px; left: 97px; z-index: 7;}
#glasses { top: 121px; left: 200px; z-index: 7;}

#hat { top: 28px; left: 101px; z-index: 10;}

Expand Down
File renamed without changes
35 changes: 28 additions & 7 deletions potato.css
Original file line number Diff line number Diff line change
Expand Up @@ -23,41 +23,61 @@ h1 {
}
/* Insert CSS for arms below this line*/


#arms_image{
top:160px; left: 30px;
}


/* Insert CSS for ears below this line*/

#ears_image{
top: 70px; left: 60px;
}



/* Insert CSS for eyes below this line*/

#eyes_image{
top: 110px; left: 132px;
}



/* Insert CSS for mouth below this line*/

#mouth_image {
top: 190px; left: 120px;
}



/* Insert CSS for nose below this line*/
#nose_image
{left:129px;top: 170px;}




/* Insert CSS for eyebrows below this line*/
#eyebrows_image
{
top: 80px;
left: 113px;
}




/* Insert CSS for glasses below this line*/

#glasses_image {
top: 97px;
left: 102px;
}



/* Insert CSS for hat below this line*/

#hat_image
{left:100px;top:10px;
}



Expand All @@ -67,7 +87,8 @@ h1 {


/* Insert CSS for moustache below this line*/

#moustache_image { top: 200px; left: 90px;
}



Expand Down
19 changes: 10 additions & 9 deletions potatohead.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,16 @@ <h1>Mr. Potato Head</h1>

<div id="potato">
<img id="body" src="assets/body.png">
<img id="arms_image">
<img id="ears_image">
<img id="eyes_image" >
<img id="mouth_image" >
<img id="nose_image" >
<img id="eyebrows_image" >
<img id="glasses_image" >
<img id="hat_image" >
<img id="moustache_image" >

<img id="arms_image" src="assets/arms.png">
<img id="ears_image" src="assets/ears.png">
<img id="eyes_image" src="assets/eyes.png" >
<img id="mouth_image" src="assets/mouth.png">
<img id="nose_image" src="assets/nose.png" >
<img id="eyebrows_image" src="assets/eyebrows.png" >
<img id="glasses_image" src="assets/glasses.png">
<img id="hat_image" src="assets/hat.png">
<img id="moustache_image" src="assets/moustache.png">
<img id="shoes_image" >
<img id="cane">
<img id="earrings">
Expand Down