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

Tell us what’s happening:

Describe your issue in detail here.
i cant figure it out like i tried but it did not work

Your code so far

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

<!-- User Editable Region -->

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

  </head>

<!-- User Editable Region -->

  <body>
  </body>
</html>

Your browser information:

User Agent is: Mozilla/5.0 (X11; CrOS x86_64 14092.77.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.107 Safari/537.36

Challenge Information:

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

name="viewport"

use = not :

Welcome to the community @elianamardones !

As @zaklina stated, replace the : colon with an = and you will pass the step.

Happy coding!

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