This document discusses responsive web design. It defines responsive web design as websites that automatically adjust their size and shape depending on the device they are being viewed on. It explains that responsive design was coined in 2010 and listed as a top web design trend in 2012. It describes how responsive design works using new CSS3 media queries that allow different CSS code to execute based on browser width constraints. It provides an example of how to write media queries in CSS to target different browser/device sizes and make changes to elements based on screen width.