Skip to content

Instantly share code, notes, and snippets.

@georgicodes
Created February 24, 2014 04:46
Show Gist options
  • Save georgicodes/9182096 to your computer and use it in GitHub Desktop.
Save georgicodes/9182096 to your computer and use it in GitHub Desktop.
Horizontal list of font-awesome icons
.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