Created
February 24, 2014 04:46
-
-
Save georgicodes/9182096 to your computer and use it in GitHub Desktop.
Horizontal list of font-awesome icons
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
.actions li { | |
display: inline; | |
list-style-type: none; | |
padding-right: 5px; | |
font-size: 1.2em; | |
} | |
<span class="actions"> | |
<ul> | |
<li><i class="fa fa-heart"></i> Add to my wishlist</li> | |
<li><i class="fa fa-print"></i></li> | |
<li><i class="fa fa-envelope"></i></li> | |
</ul> | |
</span> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment