Skip to content

Instantly share code, notes, and snippets.

@kitlangton
Created March 2, 2016 15:45
Show Gist options
  • Save kitlangton/0f7f5be9d8f2220a2d39 to your computer and use it in GitHub Desktop.
Save kitlangton/0f7f5be9d8f2220a2d39 to your computer and use it in GitHub Desktop.
<style>
.dumb {
color: chartreuse;
background-color: red;
}
</style>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Alexa Title</title>
</head>
<body>
<h1 class='dumb'>Alexa.com</h1>
<h3>Alexa's Cool Toys!</h3>
<h2 id="fabapps">Fab Apps</h2>
<ul>
<li>1Password</li>
<li>nvALT</li>
<li>Fantastical</li>
<li>Backblaze</li>
<li>TextExpander</li>
</ul>
<h2 id="hottips">Hot Tips!</h2>
<p><strong>Swipe up w/ four fings to see all things.</strong></p>
<Paste>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment