Responsive Design
and Fluid Layouts

Intro to responsive design:
A pair program experiment

By: Eric & Nelly

Responsive design

Responsive design solves the problem of having various browser sizes on different devices. The changing landscape of web browsers meant people expected to be able to browse the web on their phones just as easily as on their desktop computers. Then when tablets and netbooks came along, it was more practical to create one website that can respond to various browser sizes.1

Fluid layouts

Whereas fixed layouts are configured in pixels, fluid layouts are configured with percentages. 3 According to Web Designer Wall (ref), responsive design can be achieved in just 3 steps! Their simple summary of this complex subject is to simply add a meta tag, configure the html structure of the page layout with containers, and reference these containers inside of media queries to change based on the browser window. Although this is greatly simplified, it does in fact create a basic responsive design. 2

Our conclusion

Responsive design and fluid layouts makes things awesome on mobile, and it's good practice to use them.

Reflection

References