Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR HTML

bootstrap alert

<div class="alert alert-warning alert-dismissible" role="alert">
  <button type="button" class="close" data-dismiss="alert" aria-label="Close"><span aria-hidden="true">×</span></button>
  <strong>Warning!</strong> Better check yourself, you're not looking too good.
</div>
Source by getbootstrap.com #
 
PREVIOUS NEXT
Tagged: #bootstrap #alert
ADD COMMENT
Topic
Name
6+7 =