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 screen shots if possible.
<style>
.red-text {
color: red;
}
p{
font-size: 16px;
}
</style>
<h2 class='red-text'>CatPhotoApp</h2>
<p class='red-text'>Kitty ipsum dolor sit amet, shed everywhere shed everywhere stretching attack your ankles chase the red dot, hairball run catnip eat the grass sniff.</p>
<p class='red-text'>Kitty ipsum dolor sit amet, shed everywhere shed everywhere stretching attack your ankles chase the red dot, hairball run catnip eat the grass sniff.</p>
I added second p and added font-size 16px but #error is keep telling me I didn't add p.
Try pasting in this text for the second paragraph: "Purr jump eat the grass rip the couch scratched sunbathe, shed everywhere rip the couch sleep in the sink fluffy fur catnip scratched."
Like @RobotLady said. This is not a bug. Please close :)
its definitely not a bug...... on the second "
and you'll pass the challenge :100:
do not add a class attribute.