Skip to content

Instantly share code, notes, and snippets.

@mooror
Last active November 20, 2018 02:11
Show Gist options
  • Save mooror/53e1538fffd5ae6ad8915e1cdf12bb8d to your computer and use it in GitHub Desktop.
Save mooror/53e1538fffd5ae6ad8915e1cdf12bb8d to your computer and use it in GitHub Desktop.
Iota Css Example Code - Header HTML for those who are following along with the "Header" iota CSS Tutorial
<!-- ... -->
<!-- Header -->
<header class="u-bgcolor-purple u-color-white u-p-x3">
<div class="o-container o-container--size-small">
<div class="o-media o-media--middle o-media--res">
<div class="o-media__fixed u-text-left u-text-center@sm">
<img src="svg/logo.svg" alt="Logo" class="logo">
</div>
<div class="o-media__fluid u-text-center u-text-right@sm">
<nav>
<ul class="o-list o-list--inline o-list--gutter-x4">
<li class="o-list__item"><a href="#">Dashboard</a></li>
<li class="o-list__item"><a href="#">My Account</a></li>
<li class="o-list__item"><a href="#">Sign Out</a></li>
</ul>
</nav>
</div>
</div>
</div>
</header>
<!-- ... -->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment