-
Notifications
You must be signed in to change notification settings - Fork 2
Header
Tumble edited this page Mar 10, 2017
·
4 revisions
Headers are useful to put at the top of websites and 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>
This is how to setup the header, you can also add colors to personalise and you can use a grid to neatly organise it.