Bootstrap Code Editor - v5
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<h2 class='m-5'>Text Properties</h2><div class='container pb-5'> <h6>Text alignment</h6>
<p class="text-start">Start aligned text on all viewport sizes.</p>
<p class="text-center">Center aligned text on all viewport sizes.</p>
<p class="text-end">End aligned text on all viewport sizes.</p>
<p class="text-sm-start">Start aligned text on viewports sized SM (small) or wider.</p>
<p class="text-md-start">Start aligned text on viewports sized MD (medium) or wider.</p>
<p class="text-lg-start">Start aligned text on viewports sized LG (large) or wider.</p>
<p class="text-xl-start">Start aligned text on viewports sized XL (extra-large) or wider.</p>
<h6 class='mt-5'>Text wrapping</h6>
<div class="badge bg-primary text-wrap" style="width: 6rem;">
This text should wrap.
</div>
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.