boxshadow-skiprect.html 196 B

123456789101112131415
  1. <!DOCTYPE HTML>
  2. <style>
  3. #thediv {
  4. width: 400px;
  5. height: 250px;
  6. position: absolute;
  7. top: 40px;
  8. left: 40px;
  9. box-shadow: 0px 0px 10.5px black;
  10. }
  11. </style>
  12. <div id="thediv">&nbsp;</div>