Answers for "style= text-align center"

4

html align right

<p style="text-align:right;">Example</p>
Posted by: Guest on September-16-2020
2

how to push text to the right css

padding-left: 3px;
Posted by: Guest on March-28-2020
2

text-align css

.p{
text-align:center;
}
<div class="p">
<p style="text-align:center">HELLO</p>
</div>
Posted by: Guest on March-14-2021

Browse Popular Code Answers by Language