网站地图    收藏   

主页 > 采坑 > 前端采坑 > css采坑 >

css3渐变

来源:未知    时间:2021-04-28 12:24 作者:小飞侠 阅读:

[导读] .a{background:-webkit-gradient(linear,lefttop,leftbottom,from(#69bdf9),to(#4aa7e8));background:-moz-linear-gradient(top,#67bcf8,#3b96d6);background:-o-linear-gradient(top,#67bcf8,#3b96d6);background:linear-gradient(top,#67bcf8,#3b96d6);}...

.a{
	background:-webkit-gradient(linear,left top,left bottom,from(#69bdf9),to(#4aa7e8)
);
background:-moz-linear-gradient(top,#67bcf8,#3b96d6);
background:-o-linear-gradient(top,#67bcf8,#3b96d6);
background:linear-gradient(top,#67bcf8,#3b96d6);}


最新评论

添加评论

自学PHP网专注网站建设学习,PHP程序学习,平面设计学习,以及操作系统学习

京ICP备14009008号-1@版权所有www.zixuephp.com

网站声明:本站所有视频,教程都由网友上传,站长收集和分享给大家学习使用,如由牵扯版权问题请联系站长邮箱904561283@qq.com

添加评论