Skip to content

Instantly share code, notes, and snippets.

@owenconti
Created April 26, 2015 00:12
Show Gist options
  • Save owenconti/676efee2cae5ab18af58 to your computer and use it in GitHub Desktop.
Save owenconti/676efee2cae5ab18af58 to your computer and use it in GitHub Desktop.
.element:before {
content: " ";
position: absolute;
top: 0;
bottom: 0;
left: 50%;
width: 3px;
margin-left: -1.5px;
background-color: #eeeeee;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment