Created
September 12, 2016 20:14
-
-
Save Bijesse/339c841617fb50c98420d9f37654039d to your computer and use it in GitHub Desktop.
Exported from Popcode. Click to import: https://popcode.org/?gist=339c841617fb50c98420d9f37654039d
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>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