Would you differentiate between fluid layout & responsive layout?
Answer Posted / Mohd Rizwan Khan
Fluid layout and responsive layout are both design approaches that aim to make web pages adapt to different screen sizes. However, they differ in their implementation.nn- Fluid Layout: This approach uses percentage values for widths of elements, allowing them to stretch or shrink based on the container's size. The fluidity is not dependent on breakpoints as with responsive design.nn- Responsive Layout: This approach uses CSS media queries and flexible grid systems to rearrange, hide, or show content based on screen sizes. It sets specific breakpoints at which the layout adjusts itself.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers