384576-1-ref.html (240B)
1 <html> 2 <style type="text/css"> 3 div.test { 4 background-color: red; 5 margin: 5em; 6 } 7 8 div > div { 9 background-color: green; 10 } 11 </style> 12 <body> 13 <div class="test"><div> </div></div> 14 </body> 15 </html>