Skip to content

Instantly share code, notes, and snippets.

@arvi
Created June 8, 2016 09:55
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 arvi/6db97742fbf15cd9a7546fe685237786 to your computer and use it in GitHub Desktop.
Save arvi/6db97742fbf15cd9a7546fe685237786 to your computer and use it in GitHub Desktop.
.separator {
display: flex;
align-items: center;
text-align: center;
}
.separator::before, .separator::after {
content: '';
flex: 1;
border-bottom: 1px solid #000;
}
.separator::before {
margin-right: .25em;
}
.separator::after {
margin-left: .25em;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment