What are the types of layout available in Bootstrap?

In Bootstrap there are two types of Layout available
1. Fluid Layout: Fluid layout is used when you want to create a app that is 100% wide and use up all the width of the screen
2. Fixed Layout: For a standard screen you will use fixed layout (940 px) option
 
Back
Top