div+css背景渐变色代码示例_ Div+Css教程-查字典教程网
div+css背景渐变色代码示例
div+css背景渐变色代码示例
发布时间:2017-01-07 来源:查字典编辑
摘要:这个示例代码就是上面是红色,下面是黑色,渐变色的。#round{height:200px;width:100px;margin:0pxaut...

这个示例代码就是上面是红色,下面是黑色,渐变色的。

<style type="text/css">

#round {

height: 200px;

width:100px;

margin:0px auto;

background-image: -moz-linear-gradient(top, #F00, #000);

background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #F00), color-stop(1,#000));

filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F00', endColorstr='#000', GradientType='0');

}

</style>

<div id="round"></div>

演示效果图

相关阅读
推荐文章
猜你喜欢
附近的人在看
推荐阅读
拓展阅读
  • 大家都在看
  • 小编推荐
  • 猜你喜欢
  • 最新 Div+Css教程学习
    热门 Div+Css教程学习
    网页设计子分类