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>