⊗mkPmCLJTA 33 of 250 menu

Aligning Text Left and Right in CSS

Well, finally, let's align the text both to the right and to the left. This effect can only be seen if the text is long enough:

<p> long text... </p> p { text-align: justify; width: 300px; }

:

byenru