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
Binary file added assets/baseball-hat.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/cane.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/earring-left.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/earring-right.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/hat-flower.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions assets/potato.css
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ h1 {

#mouth { top: 233px; left: 119px; z-index: 4; }

#nose { top: 170px; left: 131px; z-index: 6; }
#nose { top: 170px;left: 131px; z-index: 6; }

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

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

Expand Down
Binary file added assets/stunner-shades.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
40 changes: 35 additions & 5 deletions potato.css
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,11 @@ h1 {


/* Insert CSS for eyes below this line*/

#eyes_image {
width:150px;
top: 100px;
left: 110px;
}



Expand All @@ -47,11 +51,23 @@ h1 {


/* Insert CSS for eyebrows below this line*/

#eyebrows_image
{
top: 60px; left: 109px;

}



/* Insert CSS for glasses below this line*/
#glasses_image{

top:60px; left: 101px;
}



/* Insert CSS for stunner shades below this line*/



Expand All @@ -61,14 +77,23 @@ h1 {



/* Insert CSS for arms below this line*/
/* Insert CSS for baseball cap below this line*/




/* Insert CSS for moustache below this line*/
/* Insert CSS for arms below this line*/




/* Insert CSS for moustache below this line*/
#moustache_image {
top: 165px;
left: 85px;
transform: rotate(180deg);

}


/* Insert CSS for shoes below this line*/
Expand All @@ -81,7 +106,12 @@ h1 {



/* Insert CSS for earrings below this line*/
/* Insert CSS for left earring below this line*/




/* Insert CSS for right earring below this line*/



Expand Down
26 changes: 14 additions & 12 deletions potatohead.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,18 +15,20 @@ <h1>Mr. Potato Head</h1>
<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="shoes_image" >
<img id="cane">
<img id="earrings">
<img id="hatflower">
<img id="boosters">
<img id="eyes_image" src="http://freevector.co/wp-content/uploads/2011/11/64947-tired-cartoon-eyes.png">
<img id="mouth_image">
<img id="nose_image">
<img id="eyebrows_image" src="assets/eyebrows.png">
<img id="glasses_image" src="assets/glasses.png">
<img id="stunner_shades_image">
<img id="hat_image">
<img id="baseball_cap_image">
<img id="moustache_image" src="assets/moustache.png">
<img id="shoes_image">
<img id="cane_image">
<img id="earring_left_image">
<img id="earring_right_image">
<img id="hatflower_image">
</div>

</body>
Expand Down