Skip to content

Instantly share code, notes, and snippets.

@mbejda
Created January 1, 2018 19:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mbejda/8ad59cba69110ece5a6936e5e4167604 to your computer and use it in GitHub Desktop.
Save mbejda/8ad59cba69110ece5a6936e5e4167604 to your computer and use it in GitHub Desktop.
Created with Copy to Gist
<!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