Skip to content
Tumble edited this page Mar 10, 2017 · 4 revisions

Headers are usefull to put at the top of websites aund they usually contain a Nav bar for navigation.

<header class="tn-header">
  <div class="tn-row tn-container">
    <h1 class="tn-col-1-3 tn-website-title">Website Title</h1>
    <nav class="tn-col-2-3">
      <!-- Navigation -->
    </nav>
  </div>
</header>
Clone this wiki locally