Let's label food that has meat red, food that has cheese yellow, food that has meat and cheese blue, and food that is completely vegetarian green.
Last active
October 9, 2017 20:14
-
-
Save alexpelan/a1cb51be325b5f36f9855a0508e760e8 to your computer and use it in GitHub Desktop.
Exported from Popcode. Click to import: https://popcode.org/?gist=a1cb51be325b5f36f9855a0508e760e8
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html> | |
<head> | |
<title>03.1 ID Practice Carlton's Food</title> | |
</head> | |
<body> | |
<h1>What can Carlton eat?</h1> | |
<img src="https://pmcvariety.files.wordpress.com/2015/08/alfonso-ribeiro-fresh-prince-of-bel-air.jpg?w=670&h=377&crop=1"> | |
<ul> | |
<li>Steak</li> | |
<li>Mashed Potatoes</li> | |
<li>Cheese Pizza</li> | |
<li>Cheeseburgers</li> | |
</ul> | |
</body> | |
</html> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
img{ | |
width:260px; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment