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.

Last Test Not Passing for "Change Font Size of An Element" 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:47.0) Gecko/20100101 Firefox/47.0. Please describe how to reproduce this issue, and include links to screenshots 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>Purr jump eat the grass rip the couch scratched sunbathe, shed everywhere rip the couch sleep in the sink fluffy fur catnip scratched.</p>
    ```

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:9 (6 by maintainers)

github_iconTop GitHub Comments

1reaction
ArielLesliecommented, Sep 9, 2016

image

Your code appears to be passing in Chrome. This may be related to a Firefox issue.

1reaction
dhcodescommented, Sep 9, 2016

@Sakshi-75 I believe this is a browser issue with Firefox. Thanks for reporting!

Read more comments on GitHub >

github_iconTop Results From Across the Web

Change the Font Size of an Element - Guide
We need to create an entry for p elements and set the font-size to 16 pixels ( 16px ), Inside the same <style>...
Read more >
Code should not pass without setting font-size rule for the p ...
Change the Font Size of an Element Campers are able to pass the tests by setting the font-size in their red-text class and...
Read more >
FreeCodeCamp/Help - Gitter
Hello peeps, I am building a tribute page and the instructional video said that he only used html. Does using the <style> element...
Read more >
Font Size Problems? Check Here First! - Codecademy
Go to your browser's settings and make sure in the font settings that your minimum font setting is set to 10px… if not...
Read more >
Solve problem "Change the Font Size of an Element" online
Font size is controlled by the font-size CSS property, like this: ... you may need to be at 100% zoom to pass the...
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