Bootstrap Code Editor - v5
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<h2 class='m-5'>Cards</h2>
<div class='container mb-5'>
<h6 class="mt-5">Card</h6>
<div class="card" style="width: 18rem;">
<img src="https://picsum.photos/id/1025/367/267" class="card-img-top" alt="...">
<div class="card-body">
<h5 class="card-title">Card title</h5>
<p class="card-text">Some quick example text to build on the card title and make up the bulk of the card's content.</p>
<a href="#" class="btn btn-primary">Go somewhere</a>
</div>
</div>
<h6 class="mt-5">Card includes list group, links</h6>
Bootstrap is one of the most popular frontend framework for web development. It has pre define CSS style and JS bundle for faster web page development.
This tool is using bootstrap version v5.3.3
You can select or search top most used code snippets and see the result. You also can write your own custom code in text editor and run code on fly, Try to resize preview panel from resize handler and see responsive behavior. Bootstrap CSS and JS library is loaded by default in preview panel so you no need to load files manually.