Skip to content

Instantly share code, notes, and snippets.

@starsinmypockets
Created October 9, 2017 03:16
Show Gist options
  • Select an option

  • Save starsinmypockets/f3f5c342562ecbf7f98f0f6fc0e011e6 to your computer and use it in GitHub Desktop.

Select an option

Save starsinmypockets/f3f5c342562ecbf7f98f0f6fc0e011e6 to your computer and use it in GitHub Desktop.
Social media nav with font-awesome icons
<div id="social-nav">
<ul>
<li class="fa fa-github"><a href="#" target="blank"></a></li>
<li class="fa fa-stack-overflow"><a href="#" target="blank"></a></li>
<li class="fa fa-linkedin"><a href="#" target="blank"></a></li>
<li class="fa fa-twitter"><a href="#" target="blank"></a></li>
</ul>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment