What is the difference between text-align: center; and text-align: justify;
I understood what text-align: center; does, but I did not understand how text-align: justify; effects the text.
text-align: center;
aligns text centrally within its container, while text-align: justify;
aligns text along both the left and right edges of the container, creating a straight margin on both sides except for the last line, which is aligned to the left.