Skip to content

Instantly share code, notes, and snippets.

@KensoDev
Created January 23, 2012 17:12
Show Gist options
  • Select an option

  • Save KensoDev/1664307 to your computer and use it in GitHub Desktop.

Select an option

Save KensoDev/1664307 to your computer and use it in GitHub Desktop.
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
body, html {
height: 100%;
min-height: 100%;
margin: 0;
padding: 0;
}
div {
background: #f06;
background: linear-gradient(45deg, #f06, yellow);
min-height:100%;
height: 100%;
}
<div>&nbsp;</div>
{"view":"split-vertical","prefixfree":"1","page":"css"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment