boxshadow-inset-large-offset-ref.html (290B)
1 <html> 2 <head> 3 <style> 4 div.test { 5 width: 530px; 6 height: 500px; 7 background-color: black; 8 } 9 10 div.cover { 11 width: 500px; 12 height: 500px; 13 background-color: black; 14 position: absolute; 15 margin-top: 0px; 16 margin-left: 30px; 17 } 18 </style> 19 <body> 20 <div class="test"> 21 </div> 22 </body> 23 </html>