fix button classs (#1368)
This commit is contained in:
parent
01c5700acd
commit
75b2d514c2
1 changed files with 2 additions and 2 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.
|
Make any link standout more when applying the `.btn` class.
|
||||||
|
|
||||||
```html
|
```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>
|
<div markdown="0"><a href="#" class="btn">Primary Button</a></div>
|
||||||
|
|
Loading…
Reference in a new issue