Milligram - Buttons

HTML
<!-- Default Button --> <a class="button" href="#">Default Button</a> <!-- Outlined Button --> <button class="button button-outline">Outlined Button</button> <!-- Clear Button --> <input class="button button-clear" type="submit" value="Clear Button"> <!-- Easily apply the .button class for button style in the anchor element. -->
CSS
JAVASCRIPT
/* The Button, an essential part of any user experience. Buttons come in three basic styles in Milligram: The `<button>` element has flat color by default, whereas `.button-outline` has a simple outline around, and `.button-clear` is entirely clear. https://github.com/milligram/milligram https://milligram.github.io */
Expand for more options Login