当前位置: 移动技术网 > IT编程>网页制作>Html5 > css背景渐变

css背景渐变

2019年06月28日  | 移动技术网IT编程  | 我要评论
background: -moz-linear-gradient( top,#ccc,#000);background: -webkit-linear-gradient(top,#ccc,#000);background: -o-linear-gradient(top,#ccc, #000); ba ...


background: -moz-linear-gradient( top,#ccc,#000);
background: -webkit-linear-gradient(top,#ccc,#000);
background: -o-linear-gradient(top,#ccc, #000);

background: linear-gradient(top,#ccc, #000);


1,起点位置top 是从上到下,left是从左到右,left top是左上到右下
2,开始颜色,
3,结束颜色


背景图片和背景颜色同时添加: background:url(../images/biao.png) right center no-repeat #fd3101;

如您对本文有疑问或者有任何想说的,请点击进行留言回复,万千网友为您解惑!

相关文章:

验证码:
移动技术网