Challenge http://www.freecodecamp.com/challenges/waypoint-change-the-font-size-of-an-element has an issue. Please describe how to reproduce it, and include links to screenshots if possible.
Even though the font size is changed, it is not recognized as completed.
your
here class is .right-text. you can't used p in style. Use class name which already mention as .read-text
for eg:
Kitty ipsum dolor sit amet, shed everywhere shed everywhere stretching attack your ankles chase the red dot, hairball run catnip eat the grass sniff.
kitty ipsum text: Purr jump eat the grass rip the couch scratched sunbathe, shed everywhere rip the couch sleep in the sink fluffy fur catnip scratched.
try this
@Dphnis Of course you can use p
in style
element (even you would: "Then, inside your style element, set the font-size of all p elements to 16 pixels.").
'Twas a bit confusing. Thank you for the help, @bugron!
Most helpful comment
@Dphnis Of course you can use
p
instyle
element (even you would: "Then, inside your style element, set the font-size of all p elements to 16 pixels.").