16th Apr 2022, 3:49 PM
Lisa
Lisa - avatar
0
To me the text appears centered... text-align centers horizontally on the line. Are you trying to center vertically in the container?
16th Apr 2022, 3:39 PM
Lisa
Lisa - avatar
0
One way could be using flex-box on #txt: display: flex; align-items: center; justify-content: center;
16th Apr 2022, 3:46 PM
Lisa
Lisa - avatar
0
Then try: position: center;
18th Apr 2022, 7:06 AM
Onipede David
Onipede David - avatar
0
try it! align="center" or style="text-align:center"
18th Apr 2022, 11:49 AM
feitan
feitan - avatar