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

Please i need correction

Your code so far

/* file: index.Ext.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>
    <div class="container">
   <div class="marker">
</div>
 </body>
</html>
/* file: styles.Ext.css */
<!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>
    <div class="container">
   <div class="marker">
</div>
 </body>
</html>

Your mobile information:

SM-A505F - Android 9 - Android SDK 28

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

Link to the challenge:

You appear to have created this post without editing the template. Please edit your post to Tell us what’s happening in your own words.
Learning to describe problems is hard, but it is an important part of learning how to code.
Also, the more you say, the more we can help!

Hi,
Inside the div with class container, add another div class marker.

        <div class="marker"> </div>
     </div>```

Your code looks correct, Maybe this is because of browser issue.Clear your browser cache or Change your browser and try again.
@OpeRichards

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