您的位置:首页 > Web前端 > CSS

CSS3----background:-webkit-gradient()渐变效果

2014-03-11 16:51 459 查看
input[type="button"], input[type="button"]:visited {
background: -webkit-gradient(linear, 0% 0, 0% 100%, from(#0faf0f), to(#008001));
}

input[type="button"]:hover, input[type="button"]:active {
background: -webkit-gradient(linear, 0% 0, 0% 100%, from(#005801), to(#008001));
}


background: -webkit-gradient();
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: