buttons-extra.html 515 B

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