CSS min() All The Things<\/h1>\nVictor Ayomipo<\/address>\n 2024-10-17T10:00:00+00:00
\n 2025-03-06T17:04:34+00:00
\n <\/header>\n
Did you see this post<\/a> that Chris Coyier published back in August? He experimented with CSS container query units, going all in and using them for every single numeric value in a demo he put together. And the result<\/a> was\u2026 not too bad, actually.<\/p>\n\nSee the Pen [Container Units for All Units [forked]](https:\/\/codepen.io\/smashingmag\/pen\/ExqWXOQ) by Chris Coyier<\/a>.<\/p>See the Pen Container Units for All Units [forked]<\/a> by Chris Coyier<\/a>.<\/figcaption><\/figure>\nWhat I found interesting about this is how it demonstrates the complexity of sizing things. We\u2019re constrained to absolute and relative units in CSS, so we\u2019re either stuck at a specific size (e.g., px<\/code>) or computing the size based on sizing declared on another element (e.g., %<\/code>, em<\/code>, rem<\/code>, vw<\/code>, vh<\/code>, and so on). Both come with compromises, so it\u2019s not like there is a \u201ccorrect\u201d way to go about things — it\u2019s about the element\u2019s context — and leaning heavily in any one direction doesn\u2019t remedy that.<\/p>\nI thought I\u2019d try my own experiment but with the CSS min()<\/code> function instead of container query units. Why? Well, first off, we can supply the function with any type of length unit we want<\/strong>, which makes the approach a little more flexible than working with one type of unit. But the real reason I wanted to do this is personal interest more than anything else.<\/p>\nThe Demo<\/h2>\n
I won\u2019t make you wait for the end to see how my min()<\/code> experiment went:<\/p>\n<\/p>\n\nTaking website responsiveness to a whole new level \ud83c\udf10 pic.twitter.com\/pKmHl5d0Dy<\/a><\/p>\n— Vayo (@vayospot) March 1, 2023<\/a><\/p><\/blockquote>\n<\/p>\n
We\u2019ll talk about that more after we walk through the details.<\/p>\n
\n
\n 2025-03-06T17:04:34+00:00
\n <\/header>\n
See the Pen [Container Units for All Units [forked]](https:\/\/codepen.io\/smashingmag\/pen\/ExqWXOQ) by Chris Coyier<\/a>.<\/p> What I found interesting about this is how it demonstrates the complexity of sizing things. We\u2019re constrained to absolute and relative units in CSS, so we\u2019re either stuck at a specific size (e.g., I thought I\u2019d try my own experiment but with the CSS I won\u2019t make you wait for the end to see how my Taking website responsiveness to a whole new level \ud83c\udf10 pic.twitter.com\/pKmHl5d0Dy<\/a><\/p>\n — Vayo (@vayospot) March 1, 2023<\/a><\/p><\/blockquote>\n <\/p>\n We\u2019ll talk about that more after we walk through the details.<\/p>\npx<\/code>) or computing the size based on sizing declared on another element (e.g.,
%<\/code>,
em<\/code>,
rem<\/code>,
vw<\/code>,
vh<\/code>, and so on). Both come with compromises, so it\u2019s not like there is a \u201ccorrect\u201d way to go about things — it\u2019s about the element\u2019s context — and leaning heavily in any one direction doesn\u2019t remedy that.<\/p>\n
min()<\/code> function instead of container query units. Why? Well, first off, we can supply the function with any type of length unit we want<\/strong>, which makes the approach a little more flexible than working with one type of unit. But the real reason I wanted to do this is personal interest more than anything else.<\/p>\n
The Demo<\/h2>\n
min()<\/code> experiment went:<\/p>\n<\/p>\n
\n