65

实现给一个DIV加阴影效果!-11861779-51CTO博客

 6 years ago
source link: http://blog.51cto.com/11871779/2066336
Go to the source link to view the article. You can view the picture content, updated content and better typesetting reading experience. If the link is broken, please click the button below to view the snapshot at that time.

share_default.jpg

11861779 > 正文

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

<!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


About Joyk


Aggregate valuable and interesting links.
Joyk means Joy of geeK