Set the font-size of Paragraph Text
The font-size
property in CSS is not limited to headings, it can be applied to any element containing text.
Change the value of the font-size
property for the paragraph to 16px to make it more visible.
Tests
- Waiting: 1. Your
p
tag should have afont-size
of 16 pixels.
/** * Your test output will go here */