Skip to content

Instantly share code, notes, and snippets.

View gauravmishr's full-sized avatar
💭
Eyes Spies

Gaurav Mishra gauravmishr

💭
Eyes Spies
View GitHub Profile
@gauravmishr
gauravmishr / dabblet.css
Created October 23, 2012 06:54 — forked from kizu/dabblet.css
No flexbox here
/* No flexbox here */
.wrapper {
background: linear-gradient(rgba(0,0,0,0.7),rgba(0,0,0,0.4));
overflow: hidden;
margin: 0 0 1em;
border-radius: 1em;
}
.pane {