In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-03-29 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Development >
Share
Shulou(Shulou.com)06/01 Report--
This article mainly introduces css how to use the minmax () function, has a certain reference value, interested friends can refer to, I hope you can learn a lot after reading this article, the following let the editor with you to understand.
Minmax ()
The minmax function represents a closed interval range [min,max]. When the value is less than or equal to min, the value is equal to min, and when greater than or equal to max, the value is equal to max.
Min-content,max-content
The minmax function receives the min-content,max-content parameter, which represents the shortest and longest content length. Take a look at the following example.
Test1dsssss3333333 sssssssssssssss sssssssssssssssssss sssssssssssssssssss ssssssssssssssssssss
Test2222222222
Test 232232323233
Min-content uses the shortest content length
Test
Test 232232323233222222
Max-content uses the longest content length
.minmax-wrapper {margin-top: 100px; width: 100vW; display: grid; grid-gap: 10px; grid-template-columns: minmax (300px, 500px) minmax (50px, min-content) minmax (100px, max-content);}
Effect.
As you can see, the minimum content width of the second project is the first p tag in the second project.
When set to minmax (50px minutes content), the maximum width of the column cannot exceed the content width of the first p tag.
The maximum content width of the third item is the content width of the third p tag.
When set to minmax (100pxmamax content), the maximum content width does not exceed the width of the third p tag
Compatibility
Like the fit-content function, ie is not supported, but support for mainstream modern browsers is good.
Thank you for reading this article carefully. I hope the article "how to use the minmax () function in css" shared by the editor will be helpful to you. At the same time, I also hope you will support us and pay attention to the industry information channel. More related knowledge is waiting for you to learn!
Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.
Views: 0
*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
"Every 5-10 years, there's a rare product, a really special, very unusual product that's the most un
© 2024 shulou.com SLNews company. All rights reserved.