blob: 9888d71f2b8d99eeea7dc436fa54fdad7fd946f8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
<html>
<head>
<style>
div.second {
margin: 35px auto 95px auto;
box-shadow: 0px 0px 15px 0px #808080;
width: 100;
height: 116.36px;
}
</style>
</head>
<body>
<div class="second"></div>
</body>
</html>
|