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
8 changes: 4 additions & 4 deletions potato.css
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@ h1 {


/* Insert CSS for eyes below this line*/




#eyes_image {
top: 100px;
left: 130px;
}
/* Insert CSS for mouth below this line*/


Expand Down
2 changes: 1 addition & 1 deletion potatohead.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ <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="eyes_image" src="assets/eyes.png">
<img id="mouth_image" >
<img id="nose_image" >
<img id="eyebrows_image" >
Expand Down