Learn CSS Colors by Building a Set of Colored Markers - Step 5

Describe your issue in detail here.

Can someone please help me figure out where i went wrong.

This was the instruction:

Add another self-closing meta element within the head . Give it a name attribute set to viewport and a content attribute set to width=device-width, initial-scale=1.0 so your page looks the same on all devices.

This was my answer :
Learn CSS Colors by Building a Set of Colored Markers: Step 5 | freeCodeCamp.org

Colored Markers

Welcome to our community!

Post your html, css code, and a link to the challenge in question.

1 Like

Thanks! Im new. You may check, I added the link to my answer.

You have made a typo in " viewport.

How? I don’t get it…
What was I supposed to type?

Read the instruction.
You have typed in name="viewpoint" instead of name="viewport".

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