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

Hey, can someone please help with that step. I think whats confusing me is the arrangement of my attributes and its values.

<!DOCTYPE html>
<html lang="en">

<!-- User Editable Region -->

  <head><meta name="viewpoint" content= "width=device-width initial-scale=1.0"/>
    <meta charset="utf-8">
    <title>Colored Markers</title>
  </head>

<!-- User Editable Region -->

  <body>
  </body>
</html>

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36 Edg/119.0.0.0

Challenge Information:

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

Hello @leratomosebi88

I noticed a small typing error we could all make in the meta. It should be viewport. As well, there should be a comma after the device-width

I hope this will help with the problem.

It worked perfectly thank you very much.

1 Like

You are very welcome. It is always nice to help each other progress on our coding journey.

Keep up your good progress @leratomosebi88

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