UNPKG

causeway-standard-theme

Version:

27 lines (25 loc) 807 B
<div> <a id="footer"></a> <header class="content-header"> <h1 class="title"> Footer </h1> </header> <p> The footer is comprised of a component (the <a href="/docs/misc.html#status-messages">status message notification block</a>) enclosed within <code>&lt;div&gt;</code> containers as shown below: </p> <pre> <code> &lt;div class=&quot;container site-footer&quot;&gt; &lt;div class=&quot;status-holder&quot;&gt; &lt;div class=&quot;status-message&quot;&gt; &lt;!-- Status Message Text --&gt; &lt;/div&gt; &lt;/div&gt; &lt;a href=&quot;#&quot; class=&quot;site-footer-toggle&quot;&gt; &lt;span class=&quot;caret&quot;&gt;&lt;/span&gt; &lt;/a&gt; &lt;/div&gt; </code> </pre> </div>