/Gaining-responsive-using-bootstrap

Here is some steps for making a website responsive using bootstrap

Gaining Responsive design using BootStrap

Here are simple 5 steps for making a website responsive :

  1. Defining container at the parent div.

  2. Defining row .

  3. Defining col or col-[number of column] as child of row.

  4. Using BootStrap breakpoints.

  5. Maintaining BootStrap 12 columns theory with breakpoints.