Skip to content

Instantly share code, notes, and snippets.

@joshfaggion
Last active April 2, 2016 17:35
Show Gist options
  • Save joshfaggion/f6269645d48b14a30032f5864f127ca9 to your computer and use it in GitHub Desktop.
Save joshfaggion/f6269645d48b14a30032f5864f127ca9 to your computer and use it in GitHub Desktop.
My FIrst Gist! A little Surpise HTML Page.
<style>
body {
background-color: #FFFFFF;
}
h1 {
color: #000000;
font-size: 15px;
}
h1:hover {
color: #1634AA;
font-size: 20px;
}
</style>
<h1>
Surprise
</h1>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment