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