Lil Regie's front-end workshop


Secondary button

The second-most prominent button in a form, or an alternative action link.

Example

0 375 640 768 1024

Open in a new window

Code sample

1
2
3
<button type="submit" class="button button_secondary button_theme_secondary">
  Save
</button>

Usage notes

  • Can be an <a>, <input>, or <button> element.

  • Comes with two possible themes… .button_theme_primary and .button_theme_secondary

Source files