buttons-extra.html 554 B

12345678910111213141516171819
  1. <section id="buttons-extra">
  2. <header data-back="home" data-title="Example of buttons">
  3. <nav class="onright">
  4. <a href="#" class="button">On right</a>
  5. </nav>
  6. </header>
  7. <footer>
  8. <nav class="onleft">
  9. <a href="#" class="button blue ">Only Text</a>
  10. <a href="#" class="button yellow" data-icon="left"></a>
  11. </nav>
  12. <nav class="onright">
  13. <a href="#" class="button red" data-icon="add">With icon</a>
  14. </nav>
  15. </footer>
  16. <article></article>
  17. </section>