OOOOPS. Your browser seems to be too old for this. Please update your browser.
Teutonic CSS
Use it

Button

There is no UI without a button. Here is the obligatory call-to-action button. It is scientifically proven that those will skyrock your conversion rates and sales.

Add the .button class on almost any element to create a button. Optionally add an additional .prime or .ghost class for variations.

Syntax: .button
SCSS: _button.scss
<form class="grid-auto gap_s read_l">
  <button class="button prime">.button.prime</button>
  <input type="submit" class="button" value=".button">
  <button class="button ghost">.button.ghost</button>
</form>