<!DOCTYPE HTML>
<html>
<head>
<meta charset="utf-8">
<title> New Document </title>
<meta name="Keywords" content="">
<meta name="Description" content="">
<style type="text/css">
*{margin:0;padding:0;}
.box{
margin:20px auto;
width:300px;height:400px;
background:-webkit-linear-gradient(
red 4%,
green 25%,
yellow 50%,
#000 75%,
#f08f67 100%) ;
box-shadow:3px 3px 4px 2px #333;
}
.box1{
margin:20px auto;
width:400px;height:400px;
background:-webkit-linear-gradient(left top,red,green);
background:-moz-linear-gradient(left top,red,green);
background:-o-linear-gradient(left top,red,green);
background:linear-gradient(left top,red,green);
/*从左上角的过渡到右下角*/
}
.box2{
margin:20px auto;
width:400px;height:400px;
background:-webkit-linear-gradient(right,red,green);
background:-moz-linear-gradient(left,red,green);
background:-o-linear-gradient(left,red,green);
background:linear-gradient(left,red,green);
}
.box3{
margin:20px auto;
width:400px;height:400px;
background:-webkit-linear-gradient(top,red,green);
background:-moz-linear-gradient(top,red,green);
background:-o-linear-gradient(top,red,green);
background:linear-gradient(top,red,green);
}
.box4{
margin:20px auto;
width:400px;height:400px;
border:1px #000 solid;
background:-webkit-linear-gradient(
230deg,red,green) ;
}
.box5{
margin:20px auto;
width:400px;height:400px;
background:-webkit-linear-gradient(left,red 30%,#fff 70%, yellow 100%);
}
.box6{
margin:20px auto;
width:400px;height:400px;
background:-webkit-linear-gradient(left bottom,red 30%,#fff 70%, yellow 100%);
}
.box7{
margin:20px auto;
width:400px;height:400px;
background:-webkit-gradient(linear,0 0,0 100%,,#000 0,from(red),to(yellow));
}
</style>
<link href="" style="text/css" rel="stylesheet"/>
</head>
<body>
<div class="box"></div>
<div class="box1"></div>
<div class="box2"></div>
<div class="box3"></div>
<div class="box4"></div>
<div class="box5"></div>
<div class="box6"></div>
<div class="box7"></div>
</body>
<script src=""> </script>
<script type="text/javascript">
<!--
//-->
</script>
</html>
4.9 (案例) 线性渐变效果
最后编辑于 :
©著作权归作者所有,转载或内容合作请联系作者
- 文/潘晓璐 我一进店门,熙熙楼的掌柜王于贵愁眉苦脸地迎上来,“玉大人,你说我怎么就摊上这事。” “怎么了?”我有些...
- 文/花漫 我一把揭开白布。 她就那样静静地躺着,像睡着了一般。 火红的嫁衣衬着肌肤如雪。 梳的纹丝不乱的头发上,一...
- 文/苍兰香墨 我猛地睁开眼,长吁一口气:“原来是场噩梦啊……” “哼!你这毒妇竟也来了?” 一声冷哼从身侧响起,我...
推荐阅读更多精彩内容
- 每年到这个时候,身边就会有很多人开始咳嗽、咳痰、流鼻涕、打喷嚏的,有些是感冒、有些是哮喘、有些是气管炎,有些的鼻炎...
- 文 / 陌白 一般认为,成功人士必备的素质有三种商,即:智商(IQ)、情商(EQ)、财商(FQ)。 智商毋庸置疑,...