Created
January 1, 2018 19:26
-
-
Save mbejda/8ad59cba69110ece5a6936e5e4167604 to your computer and use it in GitHub Desktop.
Created with Copy to Gist
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> | |
<style> | |
body {background-color: powderblue;} | |
h1 {color: blue;} | |
p {color: red;} | |
</style> | |
</head> | |
<body> | |
<h1>This is a heading</h1> | |
<p>This is a paragraph.</p> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment