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

Tell us what’s happening:
Describe your issue in detail here.

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

User Agent is: Mozilla/5.0 (Windows NT 6.1; rv:101.0) Gecko/20100101 Firefox/101.0

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

Link to the challenge:

Hi

The initial-scale value should just be

initial-scale=1.0

The last dot is just punctuation on the page.

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