Centering
HTML
<div class="centering">...</div>
CSS
.centering {
align-items: center;
display: flex;
justify-content: center;
}
Demo
Have you seen CSS Scan?
The fastest and easiest way to check, copy and edit CSS.
Learn more →
<div class="centering">...</div>
.centering {
align-items: center;
display: flex;
justify-content: center;
}