Skip to content

Instantly share code, notes, and snippets.

View lukeman's full-sized avatar

Luke Hatcher lukeman

View GitHub Profile
@lukeman
lukeman / dabblet.css
Created October 29, 2015 04:38 — forked from csssecrets/dabblet.css
Folded corner effect — at an angle
/**
* Folded corner effect — at an angle
*/
div {
position: relative;
width: 12em;
background: #58a; /* Fallback */
background: linear-gradient(-150deg, transparent 1.5em, #58a 0);
padding: 2em;