Created
November 16, 2012 07:51
-
-
Save conficient/4085236 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 | |
*/ | |
body { | |
background: #f06; | |
background: linear-gradient(45deg, #f06, yellow); | |
min-height: 100%; | |
} | |
.d0 { width: 100%; padding:0; margin:0 } | |
.d1 | |
{ | |
border: 1px solid black; | |
padding: 0px; | |
margin: 0px; | |
} | |
.d2 | |
{ | |
width: 200px; | |
min-height: 300px; | |
float: left; | |
border: 1px solid red; | |
background-color: transparent; | |
padding: 10px; | |
} | |
.d3 | |
{ | |
float: left; | |
border: 1px dotted blue; | |
background-color: #eee; | |
padding: 10 10 10 10; | |
} | |
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
<!-- content to be placed inside <body>…</body> --> | |
<div class="d0"> | |
<div class="d1"> | |
<div class="d2"> | |
<h3>Navigation Bar</h3> | |
<p>Navigation and filters go here</p> | |
</div> | |
<div class="d3"> | |
<h1>Content goes in here</h1> | |
</div> | |
</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