Skip to content

Instantly share code, notes, and snippets.

@avdoshenkov
Last active August 11, 2017 05:55
Show Gist options
  • Save avdoshenkov/71fdd7e715b90e874494280d794d8694 to your computer and use it in GitHub Desktop.
Save avdoshenkov/71fdd7e715b90e874494280d794d8694 to your computer and use it in GitHub Desktop.
FontAwesome icon for li via ::before
: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