Header

Headers display titles, website names, navigation and logos.

You can see an example of a header at the top of this page

Code

Simply use the HTML5 header element.

				
<header class="container">
  <h1 class="m--1 g--4">Header</h1>
</header>