GitHub 6956★

Have you seen CSS Scan?

The fastest and easiest way to check, copy and edit CSS.

Learn more →

CSS Scan logo

Centering

HTML

<div class="centering">...</div>

CSS

.centering {
align-items: center;
display: flex;
justify-content: center;
}
Demo
Follow me on and to get more useful contents.