Footer

Summary

A footer pattern as shown at the bottom of this page.

There are no attributes defined for this pattern.

Example

Markup

<div class="zui-footer">
    <ul>
        <li>Hello</li>
        <li>World</li>
    </ul>
</div>
Fork me on GitHub