Freecodecamp: Note Due to browser implementation differences, you may need to be at 100% zoom to pass the tests on this challenge.

Created on 11 Oct 2016  路  11Comments  路  Source: freeCodeCamp/freeCodeCamp

Challenge Change the Font Size of an Element has an issue.
User Agent is: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:49.0) Gecko/20100101 Firefox/49.0.
Please describe how to reproduce this issue, and include links to screenshots if possible.

My code:


<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>Purr jump eat the grass rip the couch scratched sunbathe, shed everywhere rip the couch sleep in the sink fluffy fur catnip scratched.</p>

Can we please remove the text in the instructions:

Note
Due to browser implementation differences, you may need to be at 100% zoom to pass the tests on >this challenge.

It is extremely confusing for new campers. They keep trying to figure out what they should do. We field 3-4 questions about this text every day. It would be way easier to fix the issue if they have it because of the setting in the browser than having them ask when there is no issue to begin with.
Thank you

help wanted

Most helpful comment

Do you guys need someone to remove the text in the instructions? if so I'd love to help.

All 11 comments

I tend to agree. I would hazard a guess that most users don't mess with their zoom settings for it to be an issue.

Do you guys need someone to remove the text in the instructions? if so I'd love to help.

@tadake We'll let a few more people weigh in, but if so, it's yours.

cc @FreeCodeCamp/issue-moderators

:+1:

:+1:, @tadake, you have the go ahead!

this needs to be removed ASAP

woo hoo!

i've inputed the correct code for this challenge and still can't get past it.

So how do we get past this step?

Separating the the paragraph style will fix it up.

Was this page helpful?
0 / 5 - 0 ratings