Skip to content

Instantly share code, notes, and snippets.

@sudipbd
Created August 5, 2018 17:07
Show Gist options
  • Save sudipbd/3ac913a5adeca59a0efd58da8af4ba42 to your computer and use it in GitHub Desktop.
Save sudipbd/3ac913a5adeca59a0efd58da8af4ba42 to your computer and use it in GitHub Desktop.
Using Font Awesome 5 solid icons as pseudo element
<ul>
<li>Get timely updates through conference calls, webcasts and presentations.</li>
<li>Are you a member of the media? Our Newsroom contains our press kit</li>
<li>We develop and grow business leaders.</li>
<li>We always want to keep your home safe and stedy</li>
</ul>
li::before {
font-family: 'Font Awesome 5 Free';
content: '\f00c';
padding-right: 25px;
color: #2ecc71;
font-weight: 900;
display: inline-block;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment