Skip to content

Instantly share code, notes, and snippets.

@fff
Created November 5, 2012 02:26
Show Gist options
  • Save fff/4014960 to your computer and use it in GitHub Desktop.
Save fff/4014960 to your computer and use it in GitHub Desktop.
A CodePen by fff.
<div class="blue outer">
<div class="yellow">fff</div>
<div class="purple margin10">FFF</div>
<div class="yellow padding10">fff</div>
</div>
<div class="outer purple">yyy</div>
div{
border: #000 0px solid
}
.blue{
background:blue;
}
.outer{
width:90%;
}
.yellow{
background:yellow;
}
.purple{
background:purple;
}
.margin10{
margin: 10px;
}
.padding10{
padding: 10px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment