Skip to content

Instantly share code, notes, and snippets.

@mmhan
Forked from anonymous/dabblet.css
Created January 6, 2012 20:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mmhan/1572236 to your computer and use it in GitHub Desktop.
Save mmhan/1572236 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, body{
height: 100%;
}
.content_botbg{
background: #eeeeee;
background: -moz-linear-gradient(top, #eeeeee 0%, #ededed 16%, #e5e5e5 43%, #dddddd 57%, #d0d0d0 73%, #d0d0d0 75%, #cccccc 77%, #b7b7b7 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(16%,#ededed), color-stop(43%,#e5e5e5), color-stop(57%,#dddddd), color-stop(73%,#d0d0d0), color-stop(75%,#d0d0d0), color-stop(77%,#cccccc), color-stop(100%,#b7b7b7));
background: -webkit-linear-gradient(top, #eeeeee 0%,#ededed 16%,#e5e5e5 43%,#dddddd 57%,#d0d0d0 73%,#d0d0d0 75%,#cccccc 77%,#b7b7b7 100%);
background: -o-linear-gradient(top, #eeeeee 0%,#ededed 16%,#e5e5e5 43%,#dddddd 57%,#d0d0d0 73%,#d0d0d0 75%,#cccccc 77%,#b7b7b7 100%);
background: -ms-linear-gradient(top, #eeeeee 0%,#ededed 16%,#e5e5e5 43%,#dddddd 57%,#d0d0d0 73%,#d0d0d0 75%,#cccccc 77%,#b7b7b7 100%);
background: linear-gradient(top, #eeeeee 0%,#ededed 16%,#e5e5e5 43%,#dddddd 57%,#d0d0d0 73%,#d0d0d0 75%,#cccccc 77%,#b7b7b7 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#b7b7b7',GradientType=0 );
background-repeat: no-repeat;
background-position: bottom left;
background-size: 100% 45px;
height: 100%
}
<!-- content to be placed inside <body>…</body> -->
<div class="content_botbg">
</div>
{"view":"split","prefixfree":"1","page":"css"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment