<container>
<child></child>
<child></child>
<child></child>
<child></child>
</container>
container {
display: block;
background: yellow;
width: 200px;
}
child {
display: block;
width: 220px;
height: 100px;
background: red;
margin: 10px;
transform: scale(0.5);
}