Make Typography Responsive - Bug on the page

Tell us what’s happening:

The test does not pass. Must be a bug on this one. I know that below code is absolutely correct and even your video shows exactly the same on this topic.

I am using Google Chrome, and all other tests were fine, but not this one.

Can someone look into this please?

Thanks.

Your code so far


<style>
  h2: { 
    width: 80vw;
  }
  p: {
    width: 75vmin;
  }
</style>

<h2>Importantus Ipsum</h2>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus quis tempus massa. Aenean erat nisl, gravida vel vestibulum cursus, interdum sit amet lectus. Sed sit amet quam nibh. Suspendisse quis tincidunt nulla. In hac habitasse platea dictumst. Ut sit amet pretium nisl. Vivamus vel mi sem. Aenean sit amet consectetur sem. Suspendisse pretium, purus et gravida consequat, nunc ligula ultricies diam, at aliquet velit libero a dui.</p>

Your browser information:

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

Link to the challenge:
https://learn.freecodecamp.org/responsive-web-design/responsive-web-design-principles/make-typography-responsive

Hey @szabina74,

I am really sorry but it isn’t.

There is no need of colons after the css selector as you have in your code.
Get rid of those colons( : ) and your code will work fine.

All the best.

Oh dear. You are absolutely right! How could I overlook that???!! :frowning:

Thank you so much!