Centralizar Div No Meio Da Tela Code Example


Example 1: centralizar div no meio da tela

.center-box {   display: flex;   align-items: center;   justify-content: center; }

Example 2: posicionar div centro da tela

.flex-box {   display: flex;   align-items: center;   justify-content: center; }

Comments

Popular posts from this blog

Are Regular VACUUM ANALYZE Still Recommended Under 9.1?

Can Feynman Diagrams Be Used To Represent Any Perturbation Theory?