Skip to content

Instantly share code, notes, and snippets.

@Bijesse
Created September 12, 2016 20:14
Show Gist options
  • Save Bijesse/339c841617fb50c98420d9f37654039d to your computer and use it in GitHub Desktop.
Save Bijesse/339c841617fb50c98420d9f37654039d to your computer and use it in GitHub Desktop.
Exported from Popcode. Click to import: https://popcode.org/?gist=339c841617fb50c98420d9f37654039d
<!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>
<hr>
<h2>This line should have blue background</h2>
<p>This line should have blue background and an italic font-style too</p>
<hr>
<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