blob: f888f9d098afd78c9f7b10b943ba3fe584d7d524 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
<!DOCTYPE HTML>
<style>
#thediv {
width: 400px;
height: 250px;
position: absolute;
top: 40px;
left: 40px;
box-shadow: 0px 0px 10.5px black;
}
</style>
<div id="thediv"> </div>
|