Last active
August 11, 2017 05:55
-
-
Save avdoshenkov/71fdd7e715b90e874494280d794d8694 to your computer and use it in GitHub Desktop.
FontAwesome icon for li via ::before
This file contains hidden or 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
:before { | |
content: ""; | |
position: absolute; | |
top: 50%; | |
left: 0; | |
transform: translateY(-50%); | |
font-family: FontAwesome; | |
content: "\f000"; | |
display: inline-block; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment