css的渐变颜色
程序员文章站
2022-03-07 14:26:51
...
这次给大家带来css的渐变颜色,使用css渐变颜色的注意事项有哪些,下面就是实战案例,一起来看一下。
background: -o-linear-gradient(left, #109afd, #3ed3fe); background: -moz-linear-gradient(left, #109afd, #3ed3fe); background: -ms-linear-gradient(left, #109afd, #3ed3fe); background: linear-gradient(left, #109afd, #3ed3fe); filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr=#109afd, endColorstr=#3ed3fe); background: -webkit-linear-gradient(left, #109afd, #3ed3fe);
相信看了本文案例你已经掌握了方法,更多精彩请关注其它相关文章!
相关阅读:
怎样在js的数组中过滤掉false, null, 0, "", undefined, and NaN这些值
以上就是css的渐变颜色的详细内容,更多请关注其它相关文章!
上一篇: 如何判断浏览器的IE 6 7 8 9
下一篇: jquery中prop什么意思