Skip to content

Instantly share code, notes, and snippets.

@abrjagad
Last active August 29, 2015 14:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save abrjagad/030928c509fb5818b151 to your computer and use it in GitHub Desktop.
Save abrjagad/030928c509fb5818b151 to your computer and use it in GitHub Desktop.
<style>
.line-behind {
position: relative;
text-align: center;
&:after {
content: "";
height: 3px;
display: block;
position: absolute;
left: 0;
right: 0;
top: 50%;
z-index: -1;
border-top: 3px solid $redText;
}
}
</style>
<h6 class="line-behind"><img src="logo.png" alt=""></h6>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment