hi everyone,
I was just curious: whats the difference between img.slider and .slider (when all of my images have class "slider").
I noticed that when i tried to target the images with class name "slider" via writing
.slider { margin-top: 10px; }
^ did not work
img.slider { margin-top: 10px; }
^ did work.
Why is this the case? Thanks!