【说站】css中Min()函数如何使用
2024-11-27
19
css中Min()函数如何使用
1、语法
min(expression [, expression])
支持一个或多个表达式,每个表达式之间使用逗号分隔,然后以最小的表达式的值作为返回值。
2、min()函数返回的是最小值
实例
.wrapper { display: grid; grid-template-columns: repeat(3, 1fr); grid-gap: min(2vmax, 32px); }
以上就是css中Min()函数的使用,希望对大家有所帮助。更多css学习指路:css教程
本文教程操作环境:windows7系统、css3版,DELL G3电脑。
更新于:11天前赞一波!1
相关文章
- 【说站】python正态分布中的normal函数
- 【说站】python if三元表达式如何使用
- 【说站】python事件循环如何使用?
- 【说站】await在python协程函数的使用
- 【说站】python协程函数如何执行
- 【说站】python函数返回多个返回值
- 【说站】python用内置函数进行判断
- 【说站】python函数接收不同类型的参数
- 【说站】python range()函数指定数值
- 【说站】python help()获取函数信息
- 【说站】python参数默认值如何使用
- 【说站】python sorted()函数的参数用法
- 【说站】css中flex-basis的使用
- 【说站】css flex的排列方式
- 【说站】css Flexbox布局的介绍
- 【说站】css Flex容器属性有哪些
- 【说站】python字节数组如何使用?
- 【说站】css外边距margin是什么
- 【说站】python用circle函数画兔子的方法
- 【说站】css中Grid模块是什么
文章评论
评论问答