I have a simple piece of html:
<div style="width:60%;color:#000;text-align:center;">
This is a test
</div>
I want to center the text that is inside the div, but it is not working. I have tried other solutions in similar stack overflow questions but to no avail. I have tried using the use text-align in a paragraph element, but that does not work also. How can I get it to center horizontally?
It is presently aligning left.