Created
October 11, 2016 18:45
-
-
Save tgriesser/c204e22d7073c2ffe6ebd66becd2e98c to your computer and use it in GitHub Desktop.
Exported from Popcode. Click to import: https://popcode.org/?gist=c204e22d7073c2ffe6ebd66becd2e98c
This file contains 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>No Name</title> | |
</head> | |
<body> | |
<h2>This line should have a green background</h2> | |
<p>This line should also have a green background</p> | |
<p>This line should have "Comic Sans MS" font-family</p> | |
<h3>These shold have some some colors:</h3> | |
<ul> | |
<li>Blue</li> | |
<li>Red</li> | |
<li>Green</li> | |
</ul> | |
<p>The words should be in red!</p> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment