Skip to content

Instantly share code, notes, and snippets.

@possiblywrong
possiblywrong / dabblet.css
Created February 3, 2013 05:50
Nested div masked off by circular container div (SO)
/**
* Nested div masked off by circular container div (SO)
* http://stackoverflow.com/q/12964400/1397351
*/
#nav{
width: 100%;
height: 2em;
}
.aaa{