How to center div or text horizontally and vertically

Michal Szorad
Jan 16, 2022

--

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

You’re welcome.

--

--

Michal Szorad
Michal Szorad

Written by Michal Szorad

In ❤️ with JavaScript, React, and TypeScript. I enjoy writing clean code, contributing to open source

No responses yet