Skip to content

Instantly share code, notes, and snippets.

@nDmitry
nDmitry / dabblet.css
Created August 3, 2013 10:22
Full height child of min-height parent
/**
* Full height child of min-height parent
*/
.parent {
margin: 100px;
width: 200px;
min-height: 200px;
background: #eee;
}