Set the font-size for head elements

Tell us what’s happening:
Describe your issue in detail here.
I don’t know why my all the test cases are failing despite of my code being correct , please help me with this

  **Your code so far**

<style>
h1 {
  font-size: 68px;
}
h2 {
  font-size: 52px;
}
h3 {
  font-size: 40px;
}
h4 {
  font-size: 32px;
}
h5 {
  font-size: 21px;
}
h6 {
  font-size: 14px;
}
</style>

<h1>This is h1 text</h1>

<h2>This is h2 text</h2>

<h3>This is h3 text</h3>

<h4>This is h4 text</h4>

<h5>This is h5 text</h5>

<h6>This is h6 text</h6>
  **Your browser information:**

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36

Challenge: Set the font-size for Multiple Heading Elements

Link to the challenge:

Are you using any extensions that are interfering with the test suite? Is your browser zoom set to 100%?

Note: Some browser extensions, such as ad-blockers and dark mode extensions can interfere with the tests. If you face issues, we recommend disabling extensions that modify the content or layout of pages, while taking the course.

1 Like

I don’t think there is any extension as such on my device. Yes my screen is set to 100% , just to take screenshot I made it at 80%.

Hi @INVINCIBLE786 !

Welcome to the forum!

This issue comes up all of the time.

If you don’t have any extensions then try using a different browser.

I use google chrome and have never had an issue with the fcc tests.

So maybe you can try that

Hope that helps!

1 Like

Thanks @jwilkins.oboe it worked for me in chrome browser and I think @JeremyLT said right there might be some extension in my other browser that I am unaware of, which was making problem , but now problem resolved thanks to both of you.
Happy Coding :slight_smile: !

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.