Tekstjustering til højre i CSS
Justér teksten i afsnit til højre kant:
<p>
This is a paragraph with text.
</p>
p {
text-align: right;
}
:
Justér teksten i afsnit til højre kant:
<p>
This is a paragraph with text.
</p>
p {
text-align: right;
}
: