Buttons

Use the button class in <a>, <button> or <input>

Buttons

Anchor

HTML

<a class="button" href="#buttons">Anchor</a> <button class="button">Button</button> <input type="submit" value="Submit"/> <input type="button" value="Input Button"/>

Buttons Disabled

Anchor Disabled

HTML

<a class="button disabled" href="#buttons">Anchor</a> <button class="button" disabled>Button</button> <input type="submit" value="Submit" disabled/> <input type="button" value="Input Button" disabled/>

Alt Color

Anchor

HTML

<a class="button alt" href="#buttons">Anchor</a>

Buttons Size

Anchor Anchor Anchor

HTML

<a class="button small" href="#buttons">Anchor</a> <a class="button large" href="#buttons">Anchor</a> <a class="button x-large" href="#buttons">Anchor</a>