Bootstrap 3 Fluid Layout Example
Understanding the Bootstrap 3 Fluid Layout
Fluid by definition is the one which takes 100% width and makes content responsive as per the requirements. Below we have mentioned the steps by which we can create Bootstrap 3 Fluid layout
- Main container class is changed from
.containerto.container-fluid - This
.container-fluiduses 100% width of the viewport - In this layout
.rowclass uses margin of -15px left and right of the layout(Gutter)
