Responsive web design basics

Very thorough and easy to follow article by Pete LePage and Rachel Andrew on how to create websites that respond to the needs of the users and capabilities of the devices they’re using.

Among topics covered are: sizing content to the viewport, using CSS media queries for responsiveness, choosing breakpoints, and using Chrome DevTools to view media query breakpoints.