Added grid system

This commit is contained in:
2019-05-06 15:27:56 +02:00
parent 0e1aa3ad8d
commit a686007327

View File

@@ -61,9 +61,18 @@
<main role="main" class="container">
<div class="starter-template">
<h1>Bootstrap starter template</h1>
<p class="lead">Use this document as a way to quickly start any new project.<br> All you get is this text and a mostly barebones HTML document.</p>
<div class="container">
<div class="row">
<div class="col-sm">
One of three columns
</div>
<div class="col-sm">
One of three columns
</div>
<div class="col-sm">
One of three columns
</div>
</div>
</div>
</main><!-- /.container -->