-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
https://ruizer.github.io/2019/06/03/css-function/
CSS函数作用大大的,特别经常使用的calc()函数~~~ 函数 描述 attr() 返回选择元素的属性值。 calc() 允许计算 CSS 的属性值,比如动态计算长度值。 linear-gradient() 创建一个线性渐变的图像 radial-gradient() 用径向渐变创建图像。 repeating-linear-gradient() 用重复的线性渐变创
Reactions are currently unavailable