码迷,mamicode.com
首页 > 其他好文 > 详细

实现给一个DIV加阴影效果!

时间:2018-01-29 16:08:13      阅读:117      评论:0      收藏:0      [点我收藏+]

标签:absolute   shadow   osi   title   images   jpg   htm   tle   width   

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>阴影效果</title>
<style type="text/css">
div{
position: absolute;
left: 300px;
top: 300px;
width: 300px;
height: 300px;
box-shadow: 0px 0px 100px 10PX red;
border: 1px solid red;
}
</style>
</head>
<body>
<div>

</div>

</body>
</html>
技术分享图片

实现给一个DIV加阴影效果!

标签:absolute   shadow   osi   title   images   jpg   htm   tle   width   

原文地址:http://blog.51cto.com/11871779/2066336

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