<div class="box">
<span>text</span>
</div>
.box {
width: 200px;
height: 200px;
background: #e6e6e6;
border: 1px solid #000;
margin: 20px;
display: flex;
align-items: center;
justify-content: center;
}
This Pen doesn't use any external CSS resources.
This Pen doesn't use any external JavaScript resources.