blob: e550331ee5121050d7b41d733efc56eda038973b [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<style>
#boxshadowDiv{
margin-bottom: 10px;
height: 100px;
width: 100px;
background: #555;
}
</style>
</head>
<body>
<div id="boxshadowDiv"></div>
</body>
</html>