Skip to content

Instantly share code, notes, and snippets.

@MightyPork
Created September 17, 2016 21:14
Show Gist options
  • Select an option

  • Save MightyPork/3244934089266e915ae17978c8a1579a to your computer and use it in GitHub Desktop.

Select an option

Save MightyPork/3244934089266e915ae17978c8a1579a to your computer and use it in GitHub Desktop.
.yearsep {
margin: dist(-2) 0;
position:relative;
text-align: center;
height: 2em;
display: flex;
justify-content: center; align-items: center;
&:after {
position: absolute;
top: 50%;
display: block;
content: '';
border-bottom: 2px solid #ccc;
width: 100%;
}
.year {
z-index: 1000;
background-color: white;
padding: 5px;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment