Created
November 28, 2017 01:39
-
-
Save outoftime/b99da7e0e129b70815832fe553e112e7 to your computer and use it in GitHub Desktop.
Exported from Popcode. Click to import: https://popcode.org/?gist=b99da7e0e129b70815832fe553e112e7
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>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> |
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
{"hiddenUIComponents":["editor.javascript"]} |
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; | |
} | |
.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