causeway-standard-theme
Version:
25 lines (22 loc) • 778 B
HTML
<div>
<a id="content-page-header"></a>
<header class="content-header">
<h2 class="title">
Page Header
</h2>
</header>
<p>
The page header comprise of a surround and an optional component - the <a href="/docs/menus.html#menus-dropdown-page">page menu block</a>.
</p>
<pre>
<code>
<header class="content-header">
<h1 class="title"><!-- The page title goes here --></h1>
<!-- The page menu goes here -->
</header>
</code>
</pre>
<p>
The page header can be used multiple times on a single page however the number in the <code><hx></code> tag should be incremented to a maximim of 7 to indicate sub headings, sub-sub headings etc.
</p>
</div>