Skip to content

Instantly share code, notes, and snippets.

View nDmitry's full-sized avatar

Dmitry Nikitenko nDmitry

View GitHub Profile
@nDmitry
nDmitry / dabblet.css
Created August 16, 2013 07:56 — forked from anonymous/dabblet.css
Examples of fallbacks for rem units.
/**
* Examples of fallbacks for rem units.
*/
html {
background: #f06;
background: linear-gradient(45deg, #f06, yellow);
min-height: 100%;
}