Between December 2019 and April 2020 the browsers all added support for a new method in CSS called clamp( ).
This method lets you define a minimum, a default, and a maximum value for any numeric property value that you would use in CSS.

Code from video: https://gist.github.com/prof3ssorSt3v3/2372fcc5ace84909d199443d84361d9d

MDN reference: https://developer.mozilla.org/en-US/docs/Web/CSS/clamp

#css

How to Use the CSS clamp Method
1.50 GEEK