Answers for "how to center text in div vertically and horizontally flex"

CSS
17

css flex center horizontally and vertically

display: flex;
align-items: center;
justify-content: center;
Posted by: Guest on April-23-2020

Code answers related to "how to center text in div vertically and horizontally flex"

Browse Popular Code Answers by Language