【CSS3】 线性渐变

参考地址:http://www.w3cplus.com/css3/new-css3-linear-gradient.html

background-image: linear-gradient(
to bottom, //渐变方向
#d9edf7 //开始颜色
0px, //?????
#b9def0 //结束颜色
100%); //透明 百分比 background-image: -webkit-linear-gradien(to bottom, #d9edf7 0px, #b9def0 100%);

 

posted @ 2015-08-08 10:04  oiliu  阅读(155)  评论(1编辑  收藏  举报