Bootstrap 3.0 - Grid System
by Teuta Koraqi
HTML
<script src="//netdna.bootstrapcdn.com/bootstrap/3.0.0/js/bootstrap.min.js"></script>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<section class="banner">
<div class="container-fluid">
<div class="row">
Banner Elements Goes Here
</div>
</div>
</section>
<section class="main-wrapper">
<div class="container-fluid">
<div class="row">
Main wrapper elements goes here
</div>
</div>
</section>