Skip to content

Instantly share code, notes, and snippets.

@outoftime
Created November 28, 2017 01:39
Show Gist options
  • Save outoftime/b99da7e0e129b70815832fe553e112e7 to your computer and use it in GitHub Desktop.
Save outoftime/b99da7e0e129b70815832fe553e112e7 to your computer and use it in GitHub Desktop.
Exported from Popcode. Click to import: https://popcode.org/?gist=b99da7e0e129b70815832fe553e112e7
<!DOCTYPE html>
<html>
<head>
<title>Classes and IDs Practice</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>Pizza</li>
<li>Cheeseburgers</li>
<li>Cherry Pie</li>
<li>Grilled Tofu</li>
<li>Hot dogs</li>
<li>Buffalo Wings</li>
</ul>
</body>
</html>
{"hiddenUIComponents":["editor.javascript"]}
img{
width:260px;
}
.meat {
text-decoration: line-through;
}
.cheese {
color: red;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment