Added grid system
This commit is contained in:
@@ -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 -->
|
||||
|
Reference in New Issue
Block a user