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