How I add class to the following code "First, add the class 'one' to the first 'marker' div element."

  <body>
    <h1>CSS Color Markers</h1>
    <div class="container">      
     <div class="marker" >
      </div>
      <div class="marker">
      </div>
      <div class="marker">
      </div>
    </div>
  </body>

Hello there.

Do you have a question?

If so, please edit your post to include it in the Tell us what’s happening section.

Learning to describe problems is hard, but it is an important part of learning how to code.

Also, the more information you give us, the more likely we are to be able to help.

1 Like

I have stuck at step 16 of tutorial “Learn CSS Colors by Building a Set of Colored Markers”

It was adding multiple classes in one class. I have got it thanks

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