Plz help or im gonna break the screen!

Whatsoever is the desired task i had completed but still showing error,

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 (Linux; Android 7.1.2; Redmi Note 5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.83 Mobile Safari/537.36.

Challenge: Set the font-size for Multiple Heading Elements

Link to the challenge:

Hello there @amitmishra4447 :wave:,

Your code works fine for me. It seems like the problem might be your browser’s extensions that have access to the FCC site. Try disabling some extensions.

If the problem still persists, you can try to use a different browser.


Hope this helps,
Remember to Stay Safe and Happy Coding!! :)

Catalactics

1 Like

@amitmishra4447 Your code is right and working accordingly. Try with a different browser.

1 Like