What does the following CSS snippet do?
p { text-align: center; }
Makes no change to the paragraphs.
Aligns the text to the right in all paragraphs.
Centers the text in all paragraphs.
Justifies the text in all paragraphs.