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

I am not understanding how they want step 5 in the “Building a set of colored markers”. I have worked it up a few different ways and they were All wrong. What are they asking because apparently I am not understanding it the way they have it written.

  **Your code so far**
<!DOCTYPE html>
<html lang="en">
<head><meta name="viewport" content="width=device-width, initial-scale=1.0.">
  <meta charset="utf-8">
  <title>Colored Markers</title>
</head>
<body>
</body>
</html>
  **Your browser information:**

User Agent is: Mozilla/5.0 (Linux; Android 11; 100003562) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/102.0.5005.134 Safari/537.36 OPR/70.3.3653.66287

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

Link to the challenge:

There is a typo in your content attribute in the first meta.

1.0. is not a valid number

1.0 or 1.0.?

Double check the value.

Thanks :slight_smile: I really need to open my eyes, lol.

1 Like

Thanks, It took forever to spot that for some reason. Lol

1 Like

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