box-shadow-body-ref.html (427B)
1 <!DOCTYPE html> 2 <html> 3 <head> 4 <title>CSS box-shadow Test Reference</title> 5 <link rel="author" title="fmalita" href="mailto:fmalita@chromium.org"> 6 <style type="text/css"> 7 html { 8 background-color: white; 9 } 10 body { 11 position: relative; 12 box-shadow: 0 0 0 4px red; 13 height: 300px; 14 width: 600px; 15 margin: 20px auto; 16 } 17 </style> 18 </head> 19 <body></body> 20 </html>