Skip to content

Instantly share code, notes, and snippets.

@xiaody
Created October 12, 2012 14:30
Show Gist options
  • Save xiaody/3879473 to your computer and use it in GitHub Desktop.
Save xiaody/3879473 to your computer and use it in GitHub Desktop.
MeiTuan.com
/**
* MeiTuan.com
*/
body{background:#555}
#left {
float:left;
width:100px;
margin:0 20px 10px 10px;
background:#ccc;
}
#left > div {
height:100px;
/* width:100px; */
background:red;
margin-bottom:10px;
}
#right {
height:210px;
background:gray;
margin:0 10px 10px 20px;
overflow:hidden;
zoom:1;
}
<!-- content to be placed inside <body>…</body> -->
<div id=left>
<div></div><div></div>
</div>
<div id=right></div>
{"view":"split-vertical","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