Skip to content

Instantly share code, notes, and snippets.

@taclab
Created July 24, 2013 15:30
Show Gist options
  • Select an option

  • Save taclab/6071643 to your computer and use it in GitHub Desktop.

Select an option

Save taclab/6071643 to your computer and use it in GitHub Desktop.
CSS:
#mainDiv {
height: 100px;
width: 80px;
position: relative;
border-bottom: 2px solid #f51c40;
background: #3beadc;
}
#borderLeft {
border-left: 2px solid #f51c40;
position: absolute;
top: 50%;
bottom: 0;
}
HTML:
<div id="mainDiv">
<div id="borderLeft"></div>
</div><!--end mainDiv-->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment