Skip to content

Instantly share code, notes, and snippets.

@chgeuer
Created November 12, 2020 18:33
Show Gist options
  • Save chgeuer/bd7e97685706236cd53beef01d9c9817 to your computer and use it in GitHub Desktop.
Save chgeuer/bd7e97685706236cd53beef01d9c9817 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html>
<head>
<style>
h1 {co​lor: bl​ue;}
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