| 12345678910111213141516171819 |
- <article id="buttons" class="scroll indented">
- <div>
- <h1>Sizes</h1>
- <p class="margin bottom">
- <a href="#" class="button small">small</a>
- <a href="#" class="button">default</a>
- <a href="#" class="button large">large</a>
- </p>
- <a href="#" class="button anchor margin bottom">anchor</a>
- <h1>Colors</h1>
- <p>
- <a href="#" class="button anchor margin bottom">default</a>
- <a href="#" class="button anchor secondary margin bottom">secondary</a>
- <a href="#" class="button anchor accept margin bottom">accept</a>
- <a href="#" class="button anchor cancel margin bottom">cancel</a>
- <a href="#" class="button anchor margin bottom" disabled=true>disabled</a>
- </p>
- </div>
- </article>
|