let’s say I am targeting all images within <div class="gallery>
in the CSS it doesn’t make a difference if I use .gallery img { } or .gallery > img { }
it doesn’t make a difference? Just two different ways to call that class?
I tried it out on my laptop and I don’t see any difference.
not for any specific project, and also no particular problem at the moment. I am just confirming and observation I made… To be exact, I am working on my product landing page project at that moment and it will include a flexbox gallery.