Created
March 2, 2016 15:45
-
-
Save kitlangton/0f7f5be9d8f2220a2d39 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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