Learn Accessibility by Building a Quiz - step 3. Need help

I need to add a viewport definition with a content attribute detailing the width and initial-scale of the page.
I don’t know what I am doing wrong.
Is there a typo that I totally missed or what?
Can anyone help with this, please?
Here is the code from that step:

 <head>
    <meta charset="UTF-8" />
    <meta name="viewport" content="width=device-width, initial-scale=1"/>
    <link rel="stylesheet" href="styles.css" />
  </head>
1 Like

Hello @ledenko.ante ! You must write initial-scale=1.0 instead of initial-scale=1

3 Likes

Well that was easy :smiley:
Thank you for your help.

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