CSS clamp()

Cassidy Williams wrote a post explaining the what, how and why of CSS clamp().

In a sentence, clamp() lets you assign a value to a CSS property between a minimum and a maximum range, and uses a preferred value in that range. It’s really helpful for responsive layouts and typography!

(via)