Skip to content

Instantly share code, notes, and snippets.

@courtney-scripted
Created October 21, 2016 20:28
Show Gist options
  • Save courtney-scripted/1a92521c90c558044f918f502c1829c7 to your computer and use it in GitHub Desktop.
Save courtney-scripted/1a92521c90c558044f918f502c1829c7 to your computer and use it in GitHub Desktop.
Exported from Popcode. Click to import: https://popcode.org/?gist=1a92521c90c558044f918f502c1829c7
<!DOCTYPE html>
<html>
<head>
<title>Spoooooky</title>
</head>
<body>
<h1> It's almost Halloween...</h1>
<p> Halloween is pretty creepy!</p>
<img src="http://plusquotes.com/images/quotes-img/halloween-moon-fondos-de-pantalla.jpg">
<a href="scripted.org">BOO!</a>
<h2>The scariest things about Halloween</h2>
<ol>
<li class="A">Black cats</li>
<li class="A">Bats</li>
<li class="B">Zombies</li>
</ol>
</body>
</html>
h1{
color:orange;
text-align:center;
}
p{
color:white;
}
body{
background-color:black;
}
img{
height:200px;
width:300px;
}
h2{
color:white;
}
li{
color:white;
}
.A{
color:green;
}
.B{
color:purple;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment