| 123456789101112131415161718 |
- <section id="buttons-extra">
- <header data-back="home" data-title="Example of buttons">
- <nav class="right">
- <a href="#" class="button red " data-icon="add">With icon</a>
- <a href="#" class="button arcticblue ">Text</a>
- </nav>
- </header>
- <footer>
- <nav class="left">
- <a href="#" class="button blue ">Text</a>
- <a href="#" class="button yellow " data-icon="left"></a>
- </nav>
- <a href="#" class="button orange right" data-icon="right">right</a>
- </footer>
- <article></article>
- </section>
|