What is difference between fluid layout and responsive layout?
Answer / Amit Bhatnagar
Fluid layout and responsive layout are similar in that they both adapt to different screen sizes, but there's a key difference:n- Responsive layout uses predefined breakpoints to adjust the layout at specific screen sizes.n- Fluid layout scales all elements proportionally based on the size of the parent container.
| Is This Answer Correct ? | 0 Yes | 0 No |
what is Bootstrap Grid System?
What is a list group in bootstrap?
What If There Are More Than 12 Column Being Used In The Bootstrap Grid System? Does It Still Work?
What is the difference between the following two lines of code?$('#Mymodalprompt').modal({ keyboard: false });$.fn.modal.constructor.defaults.keyboard = false;?
Do you know what is bootstrap jumbotron?
Can you put a listgroup within bootstrap panel?
What is a transition plugin in bootstrap?
What is panel in bootstrap?
Do you know what dependencies does bootstrap require for it to work properly?
Explain what is column offset in bootstrap?
Do you know what is bootstrap grid system?
What will be the default bootstrap look of the alert created with this following code:<div class="alert" role="alert">warning! What I'm missing something.</Div>