Skip to content

Instantly share code, notes, and snippets.

@ramsesoriginal
ramsesoriginal / dabblet.css
Created February 28, 2012 09:18
Responsive Menu
/**
* Responsive Menu
*/
* {
box-sizing: border-box;
transition: all 0.5s ease;
vertical-align: middle;
}
@ramsesoriginal
ramsesoriginal / dabblet.css
Created January 20, 2012 08:44
Demo redBall landing page with animation
/**
* Demo redBall landing page with animation
*/
body { background: black; padding: 100px; margin: 0; }
hgroup {
text-align: center;