Bad title, don't know how to explain briefly.
Basically, I have a flex div which contains images and paragraphs inside of it. I want to use a selector so it selects all the child elements within the div and make them all the same size.
I saw this but I don't know what it is or if it does what I need:
.container > * {flex-basis: 100%;}
I'm not sure what >
or *
means, I would appreciate an explanation please :) Thanks