Skip to content

Instantly share code, notes, and snippets.

@tonkec
Created November 21, 2018 11:55
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 tonkec/1c90eab9402cd5f8ce5292c31314574c to your computer and use it in GitHub Desktop.
Save tonkec/1c90eab9402cd5f8ce5292c31314574c to your computer and use it in GitHub Desktop.
<!doctype html>
<html>
<head>
<style>
p {
color: red;
}
</style>
</head>
<body>
<p>This is my paragraph.</p>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment