码迷,mamicode.com
首页 > Web开发 > 详细

CSS3

时间:2017-09-12 17:47:51      阅读:155      评论:0      收藏:0      [点我收藏+]

标签:css   otto   blog   from   rom   logs   css3   gradient   round   

1、css3渐变

1)线性渐变(兼容性写法)

background:linear-gradient(to right top, #fff, #000 ); //标准写法
background:-webkit-gradient(linear,left bottom, right top, from(#fff), to(#000));//webkit旧式写法
background:-webkit-linear-gradient(left bottom, #fff, #000); //webkit新式写法
background:-moz-linear-gradient(left bottom, #fff, #000);//Mozlilar
background:-o-linear-gradient(left bottom, #fff, #000); //opare

  

CSS3

标签:css   otto   blog   from   rom   logs   css3   gradient   round   

原文地址:http://www.cnblogs.com/Yoriluo/p/7511075.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!