Skip to content

Instantly share code, notes, and snippets.

@kerryChen95
Forked from anonymous/dabblet.css
Created May 28, 2013 11:13
Show Gist options
  • Save kerryChen95/5662031 to your computer and use it in GitHub Desktop.
Save kerryChen95/5662031 to your computer and use it in GitHub Desktop.
Untitled
.wrapper {
width:90%;
margin: auto;
overflow: hidden;
zoom: 1;
background: beige;
}
.nav {
float: left;
margin-right: 20px;
background: darkseagreen;
}
.side {
float: right;
margin-left: 20px;
background: lightsteelblue;
}
.content {
overflow: hidden;
zoom: 1;
background: paleturquoise;
}
<div class="wrapper">
<div class="nav">
<ul>
<li>item 1
<li>item 2
<li>item 3
</ul>
</div>
<div class="side">
<a href="">&lt; back </a>
</div>
<div class="content">
<p>content
<p>content
<p>content
<p>content
<p>content
</div>
</div>
// alert('Hello world!');
{"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