div_div
div_div div_div
by Increazon
HTML
<div class="example">
<div>How to Center</div>
</div>
CSS
.example {
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
width: 100%;
text-align: center;
margin: 10% 0;
min-height: 200px;
background-color: grey;
align-items: center;
}