buttons.html 825 B

12345678910111213141516171819
  1. <article id="buttons" class="scroll indented">
  2. <div>
  3. <h1>Sizes</h1>
  4. <p class="margin bottom">
  5. <a href="#" class="button small">small</a>
  6. <a href="#" class="button">default</a>
  7. <a href="#" class="button large">large</a>
  8. </p>
  9. <a href="#" class="button anchor margin bottom">anchor</a>
  10. <h1>Colors</h1>
  11. <p>
  12. <a href="#" class="button anchor margin bottom">default</a>
  13. <a href="#" class="button anchor secondary margin bottom">secondary</a>
  14. <a href="#" class="button anchor accept margin bottom">accept</a>
  15. <a href="#" class="button anchor cancel margin bottom">cancel</a>
  16. <a href="#" class="button anchor margin bottom" disabled=true>disabled</a>
  17. </p>
  18. </div>
  19. </article>