Create Visual Balance Using the text-align Property
Summary
text-align: justify;
causes all lines of text except the last line to meet the left and right edges of the line box. text-align: center;
centers the text. text-align: right;
right-aligns the text. text-align: left;
(the default) left-aligns the text.
Final Code