UNPKG

causeway-standard-theme

Version:

25 lines (22 loc) 778 B
<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> &lt;header class=&quot;content-header&quot;&gt; &lt;h1 class=&quot;title&quot;&gt;&lt;!-- The page title goes here --&gt;&lt;/h1&gt; &lt;!-- The page menu goes here --&gt; &lt;/header&gt; </code> </pre> <p> The page header can be used multiple times on a single page however the number in the <code>&lt;hx&gt;</code> tag should be incremented to a maximim of 7 to indicate sub headings, sub-sub headings etc. </p> </div>