<div class="container">
<div class="box"></div>
</div>
html,
body {
height: 100%;
}
.container {
display: flex;
height: 100%;
}
.box {
margin: auto;
width: 100px;
height: 100px;
background: pink;
}
This Pen doesn't use any external CSS resources.
This Pen doesn't use any external JavaScript resources.