Fix button class
This commit is contained in:
parent
75b2d514c2
commit
ed7c12b20b
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue