<div class="wrapper">
<div class="box"></div>
</div>
.wrapper {
width: 100%;
height: 250px;
padding: 100px 0;
background: #eee;
}
.box {
width: 250px;
height: 250px;
background: #9fcf00;
margin-inline: auto;
}
This Pen doesn't use any external CSS resources.
This Pen doesn't use any external JavaScript resources.