Freecodecamp: Waypoint: Change the Font Size of an Element

Created on 3 Aug 2015  路  4Comments  路  Source: freeCodeCamp/freeCodeCamp

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>

screen shot 2015-08-02 at 9 39 25 pm

I added second p and added font-size 16px but #error is keep telling me I didn't add p.

All 4 comments

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.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

SaintPeter picture SaintPeter  路  3Comments

QuincyLarson picture QuincyLarson  路  3Comments

danielonodje picture danielonodje  路  3Comments

imhuyqn picture imhuyqn  路  3Comments

trashtalka3000 picture trashtalka3000  路  3Comments