mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
parent
0b585b2ffe
commit
6b45c9234a
1 changed files with 3 additions and 0 deletions
|
@ -26,6 +26,9 @@ Bootstrap includes six predefined button styles, each serving its own semantic p
|
|||
<!-- Indicates a successful or positive action -->
|
||||
<button type="button" class="btn btn-success">Success</button>
|
||||
|
||||
<!-- Contextual button for informational alert messages -->
|
||||
<button type="button" class="btn btn-info">Info</button>
|
||||
|
||||
<!-- Indicates caution should be taken with this action -->
|
||||
<button type="button" class="btn btn-warning">Warning</button>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue