Answers for "how to center text with position absolute"

CSS
13

how to center in absolute position

position: absolute;
margin-left: auto;
margin-right: auto;
left: 0;
right: 0;
text-align: center;
Posted by: Guest on May-24-2020

Code answers related to "how to center text with position absolute"

Browse Popular Code Answers by Language