<div>
<section>section1</section>
<section>section2</section>
</div>
div {
background-color: lightblue;
border: 1px solid black;
margin: 30px auto;
width: 300px;
}
section {
border: 1px solid black;
padding: 10px;
margin: 20px;
background-color: white;
}
This Pen doesn't use any external CSS resources.
This Pen doesn't use any external JavaScript resources.