Multiple choice css Which CSS property controls the text size? font-style text-style font-size text-size Reveal answer Fill a bubble to check yourself C Correct answer Explanation Font-size is the correct CSS property for controlling text size. Options with text-size or text-style don't exist in CSS, and font-style controls italics/normal, not size.