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...")
 
m
Line 1: Line 1:
 
*alert-success: Indicates a successful or positive action, typically displayed in green.  
 
*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-warning: Indicates a warning that requires attention, typically displayed in yellow.  
 
*alert-danger: Indicates a dangerous or potentially negative action, typically displayed in red.  
 
*alert-danger: Indicates a dangerous or potentially negative action, typically displayed in red.  
  
<pre> <div class="alert alert-info" role="alert">Informational alert</div> </pre>
+
'''alert-info:''' Indicates a neutral, informative message, often displayed in blue.
 +
<pre> <div class="alert alert-info" role="alert">Informational alert</div>  
  
 
{{Infobox|content=
 
{{Infobox|content=
 
I should be in a box.
 
I should be in a box.
 
}}
 
}}
 
+
</pre>
 +
{{Infobox|content=
 +
I should be in a box.
 +
}}
 
<div class="alert alert-warning" role="alert">Warning Alert</div>
 
<div class="alert alert-warning" role="alert">Warning Alert</div>
 
<div class="alert alert-danger" role="alert">Danger Alert</div>
 
<div class="alert alert-danger" role="alert">Danger Alert</div>

Revision as of 11:41, 11 May 2026

  • alert-success: Indicates a successful or positive action, typically displayed in green.
  • 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.

alert-info: Indicates a neutral, informative message, often displayed in blue.

 <div class="alert alert-info" role="alert">Informational alert</div> 

{{Infobox|content=
I should be in a box.
}}
I should be in a box.
Warning Alert
Danger Alert
Success Alert