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

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

  **Your code so far**
/* file: index.html */
<!DOCTYPE html>
<html lang="en">
<head>
  <link rel="stylesheet" href="styles.css" />
  <meta charset="utf-8">
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
  <title>Colored Markers</title>
</head>
<body>
  <h1>CSS Color Markers</h1>
</body>
</html>
/* file: styles.css */

  **Your browser information:**

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

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

Link to the challenge:

Hey! Welcome to the freeCodeCamp’s community forums.

Learning to describe the bugs or issues you’re facing is a great skill to have in a developer, it may seem hard at first, but you should at least provide a brief summary of what you are trying to accomplish and what’s the error that shows up when you try to run your code.

It will also make it easier for others to help you if they know the problem beforehand.

All of the tests seem to pass for me when i try to run your code. Check if you have any extensions on your browser which might be messing with the tests. If the problem continues, you could either reset the test or try to attempt this challenge on some other browser.

image

Hope this helps! :smile:

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