Skip to content

Instantly share code, notes, and snippets.

@benjohnson
Created October 4, 2013 14:29
Show Gist options
  • Save benjohnson/6826852 to your computer and use it in GitHub Desktop.
Save benjohnson/6826852 to your computer and use it in GitHub Desktop.
Untitled
.thingy {
background: #999;
height: 20px;
border-bottom: 4px solid #000;
}
.thingy:last-child {
border-bottom: none;
}
.stuff { height: 20px; background: orange; }
<div class="wrapper">
<div class="thingy"></div>
<div class="thingy"></div>
<div class="thingy"></div>
<div class="stuff"></div>
</div>
// alert('Hello world!');
{"view":"split-vertical","fontsize":"110","seethrough":"","prefixfree":"1","page":"all"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment