Skip to content

Instantly share code, notes, and snippets.

@jmes
jmes / dabblet.css
Created August 26, 2012 13:20
div with irregular shapes with css3 and html5 (SO)
/**
* div with irregular shapes with css3 and html5 (SO)
* http://stackoverflow.com/questions/12126731/div-with-irregular-shapes-with-css3-and-html5/12128398#12128398
*/
div { box-sizing: border-box; }
.container {
overflow: hidden;
width: 60em;
height: 60em;
margin: 5.6em auto 0;
@jmes
jmes / dabblet.css
Created August 26, 2012 13:20 — forked from anonymous/dabblet.css
div with irregular shapes with css3 and html5 (SO)
/**
* div with irregular shapes with css3 and html5 (SO)
* http://stackoverflow.com/questions/12126731/div-with-irregular-shapes-with-css3-and-html5/12128398#12128398
*/
div { box-sizing: border-box; }
.container {
overflow: hidden;
width: 60em;
height: 60em;
margin: 5.6em auto 0;