Skip to content

Instantly share code, notes, and snippets.

@L3au
Created May 7, 2013 12:26
Show Gist options
  • Save L3au/5532182 to your computer and use it in GitHub Desktop.
Save L3au/5532182 to your computer and use it in GitHub Desktop.
Untitled
.warpper{
width: 900px;
margin: 0 auto;
overflow: hidden;
}
.main-wapper{
float: left;
width: 100%;
margin-right: -220px;
}
.main{
height: 500px;
margin-right: 220px;
border: 1px solid #000;
}
.aside{
width: 200px;
float: right;
height: 500px;
border: 1px solid #000;
}
<div class="warpper">
<div class="main-wapper">
<!-- 主体内容,自适应 -->
<div class="main"></div>
</div>
<!-- 边栏,自适应 -->
<div class="aside"></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