Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 463 Bytes

File metadata and controls

19 lines (10 loc) · 463 Bytes

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.