Responsive Design with Flexbox
We'll cover the following...
Books have been written on responsive design, good books at that.
Since this course focuses on the Flexbox model, I wouldn’t be taking a deep plunge into the general state of responsive designs.
Like I stated somewhere earlier, we do get some responsiveness out of the box with the flexbox model.
Flexbox as in “flexible box”. However, it’s possible to target various screen sizes via media queries and then change the flex behavior. ...