Answers for "how to centre text horizontally and vertically inside one flexbox css"

CSS
18

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 centre text horizontally and vertically inside one flexbox css"

Browse Popular Code Answers by Language