Kindly help with step 16 of BUILDING A SET OF COLORED MARKERS

These days, there are two main color models: the additive RGB (red, green, blue) model used in electronic devices, and the subtractive CMYK (cyan, magenta, yellow, black) model used in print. In this project you’ll work with the RGB model.

First, add the class one to the first marker div element.

<div class="exampleClass1 exampleClass2">
  ...content
</div>

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.

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