causeway-standard-theme
Version:
27 lines (25 loc) • 807 B
HTML
<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><div></code> containers as shown below:
</p>
<pre>
<code>
<div class="container site-footer">
<div class="status-holder">
<div class="status-message">
<!-- Status Message Text -->
</div>
</div>
<a href="#" class="site-footer-toggle">
<span class="caret"></span>
</a>
</div>
</code>
</pre>
</div>