Skip to content

Instantly share code, notes, and snippets.

@keithwyland
Created December 19, 2011 16:19
Show Gist options
  • Save keithwyland/1497828 to your computer and use it in GitHub Desktop.
Save keithwyland/1497828 to your computer and use it in GitHub Desktop.
Messing Around with Dabblet
/**
* Messing Around with Dabblet
*/
html {
background: #efefef;
background: linear-gradient(45deg, #efefef, #990000);
min-height: 100%;
}
p {
transition: all ease 0.5s;
}
p:hover {
background-color: black;
color: white;
}
<!-- content to be placed inside <b<ody>…</body> -->
<h1>Messing Around with Dabblet</h1>
<p>This is a pretty sweet little webapp. Might be very useful to me. Thanks Lea!</p>
{"page":"css","view":"split-vertical"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment