Responsive Websites With Bootstrap 3 by Mark Zamoyta Jan 2015. Learn to create a modern, responsive website using Bootstrap 3.
CSS3 In-Depth by Estelle Weyl Feb 2013
Modern Web Layout with Flexbox and CSS Grid by Brian Treese, Jan 2016. Explore the modern world of web layout with the Flexible Box Module and CSS Grid Layout.
CSS3 In-Depth by Estelle Weyl Feb 2013
Responsive In-Browser Web Page Design with HTML and CSS by Karen Menezes, Sep 2015. In this HTML and CSS tutorial, we’ll learn how to create a responsive site from scratch by prototyping directly in the browser.
Column drop: starts with a multi-column layout and ends up with a single column layout, dropping columns along the way as screen sizes get narrower. Unlike the Mostly Fluid pattern, the overall size of elements in this layout tend to stay consistent. Adapting to various screen sizes instead relies on stacking columns
Layout Shifter: does the most to adapt across different screen sizes. That is, different layouts are used on large, medium, and small screens. Because this inherently requires more work, it seems to be less popular than the previous two patterns. This is where a lot of innovative design is happening.
Content Reflow: change display characteritics of individual elements depending on viewport characteristics (media queries)
Modern Web Layout with Flexbox and CSS Grid by Brian Treese, Jan 2016. Explore the modern world of web layout with the Flexible Box Module and CSS Grid Layout.