Skip to content

Instantly share code, notes, and snippets.

@geelen
Forked from anonymous/dabblet.css
Created June 20, 2012 03:36
Show Gist options
  • Save geelen/2957996 to your computer and use it in GitHub Desktop.
Save geelen/2957996 to your computer and use it in GitHub Desktop.
Untitled
html {
height: 100%;
}
body {
height: 100%;
border: solid 20px blue;
}
div.red {
height: 100%;
border: solid 20px #800;
}
div.green {
height: 0;
border: solid 20px green;
}
<div class='red'>
<div class='green'>&nbsp;</div>
</div>
{"view":"split","fontsize":"100","seethrough":"","prefixfree":"1","page":"css"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment