Buttons
Use the button class in <a>
, <button>
or <input>
Buttons
AnchorHTML
<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 DisabledHTML
<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
AnchorHTML
<a class="button alt" href="#buttons">Anchor</a>
Buttons Size
Anchor Anchor AnchorHTML
<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>