<div class="wrap">
<div class="content">
</div>
</div>
.wrap{
background-color:bisque;
width:100%;
height:100%;
}
.content{
height:50px;
width:100px;
margin:0 auto;
background-color:violet;
}
This Pen doesn't use any external CSS resources.
This Pen doesn't use any external JavaScript resources.