Created
October 21, 2018 16:09
-
-
Save bazuka5801/96cbf8bac9383d3bdfe38fdc056da97a to your computer and use it in GitHub Desktop.
[WEB] [CSS] Line after
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
&: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