Skip to content

Instantly share code, notes, and snippets.

@zincplusplus
Created August 1, 2012 09:02
Show Gist options
  • Save zincplusplus/3225216 to your computer and use it in GitHub Desktop.
Save zincplusplus/3225216 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
*/
html {
background: #f06;
background: linear-gradient(-135deg, #DE1473 0%, #fc0 50%, #09c 100%);
min-height: 100%;
}
body {
padding: 0;
margin: 0;
}
#body {
border: 4px solid transparent;
box-sizing: border-box;
width: 100%;
height: 100%;
position: absolute;
}
#main {
background: #f6f6f6;
width: 100%;
height: 100%;
box-shadow: 0 2px 3px 1px rgba(0,0,0,.2)
}
<div id="body">
<div id="main"></div>
</div>
{"view":"separate","fontsize":"100","seethrough":"","prefixfree":"1","page":"all"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment