Skip to content

Instantly share code, notes, and snippets.

Created December 9, 2012 04:41
Show Gist options
  • Save anonymous/4243346 to your computer and use it in GitHub Desktop.
Save anonymous/4243346 to your computer and use it in GitHub Desktop.
Untitled
.first{
border:1px solid #ccc;
width:100%;
padding:20px;
background:green;
-webkit-box-sizing:border-box;
}
.parent{
background:#ccc;
padding:10px;
float:left;
width:100%;
-webkit-box-sizing:border-box;
}
.left, .right{
width:50%;
padding:20px;
background:red;
float:left;
min-height:100px;
-webkit-box-sizing:border-box;
}
.right{
background:green;
}
<div class="first">vhvhj</div>
<div class="parent">
<div class="left">left</div>
<div class="right">left</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