<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>练习</title>
<style type="text/css">
#box{
background: #fff;
}
#box-shadow {
width: 100px;
height: 100px;
margin:0 auto;
-o-box-shadow: inset 0 0 30px hsl(60,0%,0%),inset 0 0 50px hsl(60,97%,53%,1);
-webkit-box-shadow: inset 0 0 30px hsl(60,0%,0%), inset 0 0 50px hsl(60,97%,53%,1);
-moz-box-shadow: inset 0 0 30px hsl(60,0%,0%), inset 0 0 50px hsl(60,97%,53%,1);
box-shadow: inset 0 0 30px hsl(60,0%,0%), inset 0 0 50px hsl(60,97%,53%,1);
}
</style>
</head>
<body>
<div id="box">
<div id="box-shadow">
多重阴影
</div>
</div>
</body>
</html>
qq_青枣工作室_0
相关分类