Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@bomakalu
bomakalu / dabblet.css
Created May 15, 2013 11:42 — forked from anonymous/dabblet.css
A simple menu with a :hover action
/**
* A simple menu with a :hover action
*/
html {
background: #;
bckground: linear-gradient(45deg, #f06, yellow);
min-height: 100%;
font: 100%/3 helvetica, arial;
}