HTML - Navigation - Footer Nav


/ Published in: HTML
Save to your folder(s)

Comment to follow


Copy this code and paste it in your HTML
  1. <nav class="span12 cols footer">
  2. <ul>
  3. <li class="copyright"><div>&copy; 2014 uSkinned</div></li>
  4. <li><a href="#"><span>Terms</span></a></li>
  5. <li class="back_to_top"><a href="#site"><span>Back to the top<i class="fa fa-arrow-up after"></i></span></a></li>
  6. <li class="site_credit"><a target="_blank" title="Link will open in a new window/tab" href="http://www.uskinned.net"><span>Brought to you by <strong>uSkinned.net</strong></span></a></li>
  7. </ul>
  8. </nav>

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.