Skip to content

Instantly share code, notes, and snippets.

@dax70
dax70 / dabblet.css
Created May 5, 2012 06:13 — forked from anonymous/dabblet.css
Image Shadow
img {
position: relative;
display: block;
content: "";
}
img:before {
display: block;
content: "";
position: absolute;