Created
April 5, 2012 14:19
-
-
Save schadeck/2311384 to your computer and use it in GitHub Desktop.
The first commented line is your dabblet’s titlele /
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 titlele / | |
background: #f06; | |
background: linear-gradient(45deg, #f06, yellow); | |
min-height: 100%; |
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="demo"> | |
<div class="wrapper"> | |
<div class="content"> | |
<ul> | |
<a href="#"><li>Lorem ipsum dolor</li></a> | |
<a href="#"><li>Consectetur adipisicing</li></a> | |
<a href="#"><li>Reprehenderit</li></a> | |
<a href="#"><li>Commodo consequat</li></a> | |
</ul> | |
</div> | |
<div class="parent">Drop Down Parent 1</div> | |
</div> | |
<div class="wrapper"> | |
<div class="content"> | |
<ul> | |
<a href="#"><li>Lorem ipsum dolor</li></a> | |
<a href="#"><li>Consectetur adipisicing</li></a> | |
<a href="#"><li>Reprehenderit</li></a> | |
<a href="#"><li>Commodo consequat</li></a> | |
</ul> | |
</div> | |
<div class="parent">Drop Down Parent 2</div> | |
</div> | |
<div class="wrapper"> | |
<div class="content"> | |
<ul> | |
<a href="#"><li>Lorem ipsum dolor</li></a> | |
<a href="#"><li>Consectetur adipisicing</li></a> | |
<a href="#"><li>Reprehenderit</li></a> | |
<a href="#"><li>Commodo consequat</li></a> | |
</ul> | |
</div> | |
<div class="parent">Drop Down Parent 3</div> | |
</div> | |
</div> |
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-vertical","seethrough":"","prefixfree":"1","page":"html"} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment