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

Tell us what’s happening:
Describe your issue in detail here.
Please can I have help I don’t know what else to add
Your code so far

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

<!-- User Editable Region -->

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

<!-- User Editable Region -->

  <body>
  </body>
</html>

Your browser information:

User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.2 Safari/605.1.15

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

Link to the challenge:

i am guessing what you wanted to do here was to give the meta a name of viewport and content of "width=device-width, initial-scale=1.0"
What you have done is give the meta a viewport of "width=device-width, initial-scale=1.0"

Otherwise, you have to describe your problem better for help

so I need to put content instead of viewport?

So the name is supposed to be viewport
the content is supposed to be "width=device-width, initial-scale=1.0"

it still didn’t work

What you did was set the viewport to content. What you’re meant to do is set name to viewport.

Also you need to set the content attribute to width=device-width.

So your final code should look like this:

Mod Edit: SOLUTION REMOVED

Hope that helps :slight_smile:
Happy coding!

1 Like

It is great that you solved the challenge, but instead of posting your full working solution, it is best to stay focused on answering the original poster’s question(s) and help guide them with hints and suggestions to solve their own issues with the challenge.

We are trying to cut back on the number of spoiler solutions found on the forum and instead focus on helping other campers with their questions and definitely not posting full working solutions.

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