CSS Grid Layout Tutorial: Using min-content with minmax function

preview_player
Показать описание
Responsiveness is important when developing modern website layouts, and that is why in this CSS Grid layout tutorial, I am going to show you how you can make use of the min-content value with the minmax() function that we covered in my last CSS tutorial, to dynamically resize your grid items.

When you use the min-content value to determine how your grid items can reduce in width, you are setting the threshold to the narrowest bit of content within your grid item. In this video, I am making examples with text content. Though I do not talk much about the max-content value in this video, it works pretty much the same as the min-content value, except that max-content does the opposite by taking into account the largest bit of content.

Рекомендации по теме
welcome to shbcf.ru