背景色渐变处理-linear-gradient

处理各个浏览器间的兼容,背景色渐变web background: -moz-linear-gradient(top, #0192ed 0%, #0baeb3 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0192ed), color-stop(100%,#0baeb3));
相关文章
相关标签/搜索