Difference between revisions of "Bootstrap Infobox"
From Help Wiki
(Created page with "*alert-success: Indicates a successful or positive action, typically displayed in green. *alert-info: Indicates a neutral, informative message, often displayed in blue. *ale...") |
(No difference)
|
Revision as of 11:40, 11 May 2026
- alert-success: Indicates a successful or positive action, typically displayed in green.
- alert-info: Indicates a neutral, informative message, often displayed in blue.
- alert-warning: Indicates a warning that requires attention, typically displayed in yellow.
- alert-danger: Indicates a dangerous or potentially negative action, typically displayed in red.
<div class="alert alert-info" role="alert">Informational alert</div>
I should be in a box.
Warning Alert
Danger Alert
Success Alert