A modern layout approach where elements size and wrap themselves based on their own content and the space available, letting the page adapt naturally with far fewer fixed breakpoints.
Synonyms
None recorded.
Related terms
- fluid grid
- container query
- responsive web design
- relative units
In plain words
- layouts that arrange themselves based on content and space
Usage example
Using intrinsic web design, the gallery rewrapped its columns on its own with almost no media queries.
Don't confuse with…
- responsive web designClassic responsive design leans on set breakpoints; intrinsic web design lets content and available space drive the layout with fewer of them.
Categories
- Responsive & adaptive design