Skip to content

Instantly share code, notes, and snippets.

@ozinepank
ozinepank / dabblet.css
Created October 10, 2012 10:20 — forked from daneden/dabblet.css
CSS Photo Album
/* CSS Photo Album */
/* Rebound of this shot by @daryl: http://drbl.in/fwwM */
* {
margin: 0;
padding: 0;
position: relative;
box-sizing: border-box;
}