Last active
October 15, 2015 13:27
-
-
Save Sarahhoof/ad3bb6c4ea84df9313f9 to your computer and use it in GitHub Desktop.
Font Awesome Check Marks
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> | |
<i class="fa fa-check"></i> | |
<i class="fa fa-check-square-o fa-2x"></i> | |
<i class="fa fa-check-circle" style="color: green;"></i> | |
<i class="fa fa-check-square" style="color: red;"></i> | |
</ul> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment