Skip to content

Instantly share code, notes, and snippets.

View Iva83's full-sized avatar

Iva Tanacković Iva83

View GitHub Profile
@Iva83
Iva83 / dabblet.css
Created March 14, 2013 03:37 — forked from LeaVerou/dabblet.css
Vertical centering with Flexbox + margin fallback
/**
* Vertical centering with Flexbox + margin fallback
* Lea Verou & David Storey
*/
html, body { height: 100%; }
body {
width: 100%; /* needed for FF */
margin: 0;