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
24 changes: 16 additions & 8 deletions potato.css
Original file line number Diff line number Diff line change
Expand Up @@ -19,20 +19,22 @@ 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*/


#nose_image {
top: 150px; right: 137px;


/* Insert CSS for eyes below this line*/

#eyes_image {
top: 80px; left: 130px;
}



Expand All @@ -57,6 +59,9 @@ h1 {


/* Insert CSS for hat below this line*/
#hat_image {
top: 0px;left: 101px;
}



Expand All @@ -72,7 +77,10 @@ h1 {


/* Insert CSS for shoes below this line*/

#shoes_image{
top:295px;
left: 45px;
}



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

<div id="potato">
<img id="body" src="assets/body.png">
<img id="arms_image">
<img id="arms_image" src="assets/arms.png">
<img id="ears_image">
<img id="eyes_image" >
<img id="eyes_image" src="assets/eyes.png">
<img id="mouth_image" >
<img id="nose_image" >
<img id="nose_image" src="assets/nose.png">
<img id="eyebrows_image" >
<img id="glasses_image" >
<img id="hat_image" >
<img id="hat_image" src="assets/hat.png">
<img id="moustache_image" >
<img id="shoes_image" >
<img id="shoes_image" src="assets/shoes.png" >
<img id="cane">
<img id="earrings">
<img id="hatflower">
Expand Down