boxshadow-blur-notref2.html (193B)
1 <!DOCTYPE HTML> 2 <style> 3 body { 4 background-color: green; 5 } 6 7 #thediv { 8 width: 300px; 9 height: 100px; 10 position: absolute; 11 top: 20px; 12 left: 20px; 13 } 14 </style> 15 16 <div id="thediv">Foo</div>