Skip to content

Instantly share code, notes, and snippets.

@mooror
Last active November 20, 2018 02:11
Show Gist options
  • Save mooror/e0a9e91d64390786b61c6c2ad0e1fbe6 to your computer and use it in GitHub Desktop.
Save mooror/e0a9e91d64390786b61c6c2ad0e1fbe6 to your computer and use it in GitHub Desktop.
Iota Css Example Code - Footer HTML for those who are following along with the "Footer" iota CSS Tutorial
<!-- ... -->
<!-- Footer Section -->
<footer class="u-bgcolor-purple u-color-white u-p-x3">
<div class="o-container">
<div class="o-media o-media--middle o-media--rev o-media--res">
<div class="o-media__fixed u-text-center u-text-right@sm">
<a class="c-link u-weight-bold" href="#">Follow us on twitter</a>
</div>
<div class="o-media__fluid u-text-center u-text-left@sm">
<p>Copyright &#9400; 2017 Publisher. All rights reserved.</p>
</div>
</div>
</div>
</footer>
<!-- ... -->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment