Skip to content

Instantly share code, notes, and snippets.

@gearmobile
Created April 20, 2019 05:38
Show Gist options
  • Save gearmobile/e15c34c2f407567fff00cb57826f3d0f to your computer and use it in GitHub Desktop.
Save gearmobile/e15c34c2f407567fff00cb57826f3d0f to your computer and use it in GitHub Desktop.
footer html
<footer class="footer">
<div class="footer-wrapper">
<address class="footer-block">
<ul class="footer-socials">
<li class="socials-item">
<a href="#0" class="socials-link socials-link-twitter">
<span class="socials-link-text">twitter</span>
</a>
</li>
<li class="socials-item">
<a href="#0" class="socials-link socials-link-pinterest">
<span class="socials-link-text">pinterest</span>
</a>
</li>
<li class="socials-item">
<a href="#0" class="socials-link socials-link-facebook">
<span class="socials-link-text">facebook</span>
</a>
</li>
<li class="socials-item">
<a href="#0" class="socials-link socials-link-instagram">
<span class="socials-link-text">instagram</span>
</a>
</li>
<li class="socials-item">
<a href="#0" class="socials-link socials-link-tumblr">
<span class="socials-link-text">tumblr</span>
</a>
</li>
</ul>
</address>
<div class="copyright"><a href="#0" class="copyright-link">Copyright © 2009–2016 City Blog LLC.</a></div>
</div>
</footer>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment