Fix button class

This commit is contained in:
Michael Rose 2017-11-27 12:37:48 -05:00
parent 75b2d514c2
commit ed7c12b20b

View file

@ -83,7 +83,7 @@ HTML and CSS are our tools. Mauris a ante. Suspendisse quam sem, consequat at, c
Make any link standout more when applying the `.btn` class.
```html
<a href="#" class="btn btn-success">Success Button</a>
<a href="#" class="btn btn--success">Success Button</a>
```
<div markdown="0"><a href="#" class="btn">Primary Button</a></div>