---
title: "A new responsive web"
description: "The term responsive web design was coined back in 2010 by Ethan Marcotte in A List Apart Magazine."
canonical_url: "https://codex.republic.se/languages/css/a-new-responsive-web"
section: "Pages"
---

# A new responsive web

The term [responsive web design](https://alistapart.com/article/responsive-web-design/) was coined back in 2010 by Ethan Marcotte in A List Apart Magazine.

---

Back then, it more or less came down to the `@media` query. Today, with new functions in CSS we have other ways of building responsive sites:

- [The new responsive: Web design in a component-driven world](https://web.dev/articles/new-responsive)
- [The Guide To Responsive Design In 2023 and Beyond](https://ishadeed.com/article/responsive-design)
- [Be the browser’s mentor, not its micromanager](https://buildexcellentwebsit.es/)

## minmax()

- [A Deep Dive Into CSS Grid minmax()](https://ishadeed.com/article/css-grid-minmax/)
- [Modern CSS For Dynamic Component-Based Architecture](https://www.youtube.com/live/Y50iqMlrqU8?si=rIyYznkJ-qdHyIbJ) (YouTube)
