buttons-extra.html 594 B

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