A simple callouts for use in Bootstrap 5 websites.
- Live Demo: https://kolappannathan.github.io/bootstrap-callouts/
- Bootstrap Version: 5.3.3
Light mode
Dark mode
- Include the bs-callout.css in your site's CSS
- Here is an example HTML code
<div class="bs-callout bs-callout-success">
<div class="bs-callout-heading">
✅ Success
</div>
<ul class="mb-0">
<li> This is a success callout. </li>
<li> The color code used is #5cb85c </li>
</ul>
</div>
As seen in the screenshot there are 4 types of callouts.
- Success
- Danger
- Warning
- Info