Skip to content

Instantly share code, notes, and snippets.

@tomfa
Created July 15, 2019 19:49
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 tomfa/8fa93e537b6b89ab167458c1b00235ff to your computer and use it in GitHub Desktop.
Save tomfa/8fa93e537b6b89ab167458c1b00235ff to your computer and use it in GitHub Desktop.
<html>
<head>
<style>
h1 { color: #FF00FF; }
.this-is-a-classname {
padding: 10px;
border: 3px solid black;
background-color: #f5deb3;
}
</style>
</head>
<body>
<h1>This is the largest header</h1>
<h2>This is the second largest header</h2>
<p class="this-is-a-classname">
Cheese doodleeez!
</p>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment