You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
448 B
HTML

<div class="container">
<div class="row">
<div class="col-md-4">
<h2>Column 1</h2>
<p>This is the content of column 1.</p>
</div>
<div class="col-md-4">
<h2>Column 2</h2>
<p>This is the content of column 2.</p>
</div>
<div class="col-md-4">
<h2>Column 3</h2>
<p>This is the content of column 3.</p>
</div>
</div>
</div>