boxshadow-inset-neg-spread.html (211B)
1 <html> 2 <head> 3 <style> 4 div.neg 5 { 6 margin: 35px auto 95px auto; 7 width: 200px; 8 height: 200px; 9 box-shadow: 0px 0px 15px -20px #808080 inset; 10 } 11 </style> 12 </head> 13 14 <body> 15 <div class="neg"></div> 16 </body> 17 </html>