# Responsive Web Design (RWD)
|  | **Responsive Web Design** (RWD) or responsive design is an approach to web design that aims to make web pages render well on a variety of devices and window or screen sizes from minimum to maximum display size to ensure usability and satisfaction. |
|-|-|
| | wikipedia:: [Responsive web design](https://en.wikipedia.org/wiki/Responsive_web_design) |
## RWD
## Mobile First Design/Responsive/Progressive Enhancement
design for mobil first so it works on all mobile screens and desktop screens, and then do progressive enhancement with things like grid, etc. for desktops
## Flexible Layouts
## Media Queries
## Scalable Images
## http://www.liquidapsive.com/
## https://www.w3schools.com/css/css_rwd_intro.asp”