What is Responsive Design?
Responsive web design means your site looks and works great on every screen size — from a 320px phone to a 2560px monitor.
Three pillars
- Fluid grids — widths in % instead of px
- Flexible images — images that scale with their container
- Media queries — CSS rules that apply only at certain screen widths
Try resizing the preview window on the right to see the example respond!