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

Tell us what’s happening:
I’ve checked this step multiple times, and even given up and looked up the answer to move on, but it refuses to let me progress. There’s nothing wrong with the code from what I can see.

  **Your code so far**
/* file: index.html */
<!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>
  <link rel="stylesheet" href="styles.css">
</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/103.0.0.0 Safari/537.36

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

Link to the challenge:

Hi
Your code passes for me, so you might be having a browser problem.

Sometimes a hard refresh is enough to solve the problem, so it’s worth trying that first

Browser extensions (e.g. adblockers, dark theme etc.) can interfere with the tests, so it’s best to disable them if possible.

Safari is causing problems for a few of the challenges in the new curriculum so, if you’re using Safari, you may need to try a different browser.

I have dark mode, adblockers, and didn’t refresh the browser so I appreciate the advice a lot for the next time I run into this. Thank you!

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