How to select an element with 2 classes [duplicate]

i have this elements

<div class="a b"></div>
<div class="b"></div>
<div class="a"></div>

I want apply to element with class a and b the color #666.
How can I do this with CSS?

2 Answers
2

Leave a Comment