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

What wrong with my code
You should add the class one to the first marker div element.

<div class="container" >
  <div    class="marker" class="one">
  </div>
  <div class="marker">
  </div>
  <div class="marker">
  </div>

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

Link to the challenge:

na i figured it out

div class=“marker one” >

oh thanks, you just help me out. :grinning: :upside_down_face:

Thanks for that, being helped too.