css3渐变属性都有哪些
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了css3渐变属性都有哪些相关的知识,希望对你有一定的参考价值。
参考技术ACSS3 定义了两种类型的渐变(gradients):
线性渐变(Linear Gradients)- 向下/向上/向左/向右/对角方向
语法:background-image: linear-gradient(direction, color-stop1, color-stop2, ...);
径向渐变(Radial Gradients)- 由它们的中心定义
语法:background-image: linear-gradient(angle, color-stop1, color-stop2);
以上是关于css3渐变属性都有哪些的主要内容,如果未能解决你的问题,请参考以下文章