这次给大家带来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);
相信看了本文案例你已经掌握了方法,更多精彩请关注php中文网其它相关文章!
相关阅读:
怎样在js的数组中过滤掉false, null, 0, "", undefined, and NaN这些值
Atas ialah kandungan terperinci css的渐变颜色. Untuk maklumat lanjut, sila ikut artikel berkaitan lain di laman web China PHP!