-1

I'm having difficulties understanding the difference between .pic and .pic img. They behave different in my code:

<div class="picture">
                    <img src="picture.jpg" />
</div>
ArdiaN
  • 3
  • 2

1 Answers1

1

.picture img selects the img child inside the div named .picture, and .picture only grabs the div named .picture

Ramon de Vries
  • 1,312
  • 7
  • 20