How to center div or text horizontally and vertically
Jan 16, 2022
.center {
display: flex;
align-items: center;
justify-content: center;
}
You’re welcome.
.center {
display: flex;
align-items: center;
justify-content: center;
}
You’re welcome.
In ❤️ with JavaScript, React, and TypeScript. I enjoy writing clean code, contributing to open source