Unit 7: Layouts and Response

Web pages can be laid out with interesting arrangements and respond to different sized screens using a variety of techniques. The HTML can be formed into a grid structure, and the CSS can use position, z-index, and float properties, as well as media queries, to accomplish many different responsive layouts.