Skip to content

Instantly share code, notes, and snippets.

@tgriesser
Created October 11, 2016 18:45
Show Gist options
  • Save tgriesser/c204e22d7073c2ffe6ebd66becd2e98c to your computer and use it in GitHub Desktop.
Save tgriesser/c204e22d7073c2ffe6ebd66becd2e98c to your computer and use it in GitHub Desktop.
Exported from Popcode. Click to import: https://popcode.org/?gist=c204e22d7073c2ffe6ebd66becd2e98c
<!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