Created
April 16, 2013 20:29
-
-
Save sthembi/5399347 to your computer and use it in GitHub Desktop.
The first commented line is your dabblet’s title
This file contains hidden or 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 | |
*/ | |
body { | |
background:#b7997f | |
} | |
.faded, .faded2 { | |
width: 100%; | |
height: .5em; | |
margin: 3em 0px 0px 0px; | |
border: none; | |
background-image: -webkit-gradient(linear, left bottom, right bottom, color-stop(0, rgb(165, 147, 121)), color-stop(0.2, rgb(115, 19, 25)), color-stop(0.8, rgb(115, 19, 25)), color-stop(1, rgb(165, 147, 121))); | |
background-image: -moz-linear-gradient(left center, rgb(165, 147, 121) 0%, rgb(115, 19, 25) 20%, rgb(115, 19, 25) 80%, rgb(165, 147, 121)100%); | |
/*behavior: url(PIE.htc);*/ | |
/*-pie-background: linear-gradient(#a59379, #731319);*/ | |
filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#a59379', EndColorStr='#731319'); | |
} | |
.faded, .faded2 { | |
height: .09em; | |
} |
This file contains hidden or 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
<!-- content to be placed inside <body>…</body> --> | |
<div id="search-area" class="h"> | |
<hr class="faded"> | |
<hr class="faded"> | |
<hr class="faded"> | |
<div id="search-bar" class="wrapper container"> | |
<h4>Check out more of our creations</h4> | |
</div> | |
</div> | |
<hr class="faded2"> |
This file contains hidden or 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
// alert('Hello world!'); |
This file contains hidden or 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":"split","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