Skip to content

Instantly share code, notes, and snippets.

@alexpelan
Last active October 9, 2017 20:14
Show Gist options
  • Save alexpelan/a1cb51be325b5f36f9855a0508e760e8 to your computer and use it in GitHub Desktop.
Save alexpelan/a1cb51be325b5f36f9855a0508e760e8 to your computer and use it in GitHub Desktop.
Exported from Popcode. Click to import: https://popcode.org/?gist=a1cb51be325b5f36f9855a0508e760e8
<!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>

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.

img{
width:260px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment