Skip to content

Instantly share code, notes, and snippets.

@bazuka5801
Created October 21, 2018 16:09
Show Gist options
  • Save bazuka5801/96cbf8bac9383d3bdfe38fdc056da97a to your computer and use it in GitHub Desktop.
Save bazuka5801/96cbf8bac9383d3bdfe38fdc056da97a to your computer and use it in GitHub Desktop.
[WEB] [CSS] Line after
&:after {
position:absolute;
top: 50%;
transform: translateY(-50%);
width: 100vw;
height: 5px;
z-index:-1;
content: " ";
background-color: #000;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment