blob: 301e4981f3b9431a1324442bb70107ac92277015 [file] [edit]
<style>
.container {
background-color: green;
}
.margin {
width: 50px;
height: 50px;
background-color: blue;
}
</style>
<div class=container>
<div class=margin></div>
</div>