Source code

Revision control

Copy as Markdown

Other Tools

<html>
<style type="text/css">
div.test {
background-color: red;
margin: 5em;
}
div > div {
background-color: green;
}
</style>
<body>
<div class="test"><div>&nbsp;</div></div>
</body>
</html>