What effect does the value text-align: justify; have on a block of text?
text-align: justify;
Aligns the text to the left on each line.
Centers each line of text in the block.
Aligns the text to the right on each line.
Aligns the text so that both margins are equal.