Created
August 1, 2012 09:02
-
-
Save zincplusplus/3225216 to your computer and use it in GitHub Desktop.
The first commented line is your dabblet’s title
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* 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) | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div id="body"> | |
<div id="main"></div> | |
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"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