Created
August 5, 2018 17:07
-
-
Save sudipbd/3ac913a5adeca59a0efd58da8af4ba42 to your computer and use it in GitHub Desktop.
Using Font Awesome 5 solid icons as pseudo element
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
<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> |
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
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