question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

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

See original GitHub issue

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

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Reactions:5
  • Comments:11 (6 by maintainers)

github_iconTop GitHub Comments

2reactions
tadakecommented, Oct 11, 2016

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

1reaction
tadakecommented, Oct 11, 2016

woo hoo!

Read more comments on GitHub >

github_iconTop Results From Across the Web

Basic CSS: 100% zoom - HTML-CSS - The freeCodeCamp Forum
What does it mean Browser zoom should be at 100%? Note Due to browser implementation differences, you may need to be at 100%...
Read more >
Solve problem "Change the Font Size of an Element" online
Note Due to browser implementation differences, you may need to be at 100% zoom to pass the tests on this challenge.
Read more >
Web SDK - Audio not working with Chrome 100+ - Status?
Hi, We reported a month ago that the Zoom Web SDK is not working (the audio) on Chrome browser with a user agent...
Read more >
16 Selenium Best Practices For Efficient Test Automation
Sometimes during the Selenium test automation process, you may notice that the test implementation is not working correctly on specific browsers ...
Read more >
Web Application Testing Complete Guide (How To Test A ...
By performing website testing, an organization can make sure that the web-based ... Browser Compatibility: In my web-testing career, I have ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found