Skip to content

Instantly share code, notes, and snippets.

@stolksdorf
stolksdorf / vignette.css
Created November 23, 2011 04:18 — forked from jordandobson/vignette.css
Examples of adding a Vignette to Photos with CSS3 Gradients. Code sampled from: http://cl.ly/3Nxc
/* Border & Vignette Setup Test*/
figure{
position: relative;
display: block;
line-height: 0;
width: 500px;
height: 333px;
margin-bottom: 2em;
border: 1em solid #fff;