1097437-1-ref.html (295B)
1 <!DOCTYPE html> 2 <style> 3 body { background-color: white; } 4 #outer 5 { 6 width: 100px; height: 100px; 7 padding: 1px; 8 background-color: black; 9 } 10 #inner 11 { 12 width: 100px; height:100px; 13 background-color: white; 14 } 15 </style> 16 </head> 17 <body> 18 <div id="outer"><div id="inner"></div></div> 19 </body> 20 </html>