@extends('layouts/default') {{-- Page title --}} @section('title') Grid @parent @stop {{-- page level styles --}} @section('header_styles') @stop {{-- breadcrumb --}} @section('top')
Grid System
@stop {{-- Page content --}} @section('content')

Grid System

Bootstrap grid Examples

we created some grid samples now you can examine in your browser. This first grid is using all 4 grid sizes combined in a single row. second grid indicates Grid,Third grid indicates sm Grid,fourth grid indicates md,fifth grid indicates lg.

lg indicates that the large grid displaying. The grid stacks horizontally < 1200px.

md indicates that the medium grid displaying. The grid stacks horizontally < 992px.

sm indicates that the small grid displaying. The grid stacks horizontally < 768px.

.col-lg-4 .col-md-1 .col-sm-2 .col-5
.col-lg-4 .col-md-5 .col-sm-4 .col-4
.col-lg-4 .col-md-6 .col-sm-6 .col-6

Grid

.col-5
.col-4
.col-3

sm Grid

.col-sm-2
.col-sm-4
.col-sm-6

md Grid

.col-md-1
.col-md-5
.col-md-6

lg Grid

.col-lg-4
.col-lg-4
.col-lg-4
@stop {{-- page level scripts --}} @section('footer_scripts') @stop