Horje
bootstrap notification Code Example
bootstrap 4 success alert
<div class="alert alert-primary" role="alert">
  This is a primary alert with <a rel="nofollow" href="#" class="alert-link">an example link</a>. Give it a click if you like.
</div>
<div class="alert alert-secondary" role="alert">
  This is a secondary alert with <a rel="nofollow" href="#" class="alert-link">an example link</a>. Give it a click if you like.
</div>
<div class="alert alert-success" role="alert">
  This is a success alert with <a rel="nofollow" href="#" class="alert-link">an example link</a>. Give it a click if you like.
</div>
<div class="alert alert-danger" role="alert">
  This is a danger alert with <a rel="nofollow" href="#" class="alert-link">an example link</a>. Give it a click if you like.
</div>
<div class="alert alert-warning" role="alert">
  This is a warning alert with <a rel="nofollow" href="#" class="alert-link">an example link</a>. Give it a click if you like.
</div>
<div class="alert alert-info" role="alert">
  This is a info alert with <a rel="nofollow" href="#" class="alert-link">an example link</a>. Give it a click if you like.
</div>
<div class="alert alert-light" role="alert">
  This is a light alert with <a rel="nofollow" href="#" class="alert-link">an example link</a>. Give it a click if you like.
</div>
<div class="alert alert-dark" role="alert">
  This is a dark alert with <a rel="nofollow" href="#" class="alert-link">an example link</a>. Give it a click if you like.
</div>
bootstrap notification
<div class="alert alert-warning alert-dismissible fade show" role="alert">
  <strong>Holy guacamole!</strong> You should check in on some of those fields below.
  <button type="button" class="close" data-dismiss="alert" aria-label="Close">
    <span aria-hidden="true">&times;</span>
  </button>
</div>




Html

Related
google translate for website html code Code Example google translate for website html code Code Example
how to put image in navbar Code Example how to put image in navbar Code Example
bootstrap radio button Code Example bootstrap radio button Code Example
html button remove border on click Code Example html button remove border on click Code Example
bootstrap error message Code Example bootstrap error message Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
9