I'm studying HTML using Codecademy.
I saw this code just right now, but I've never seen it before while I was studying
.color .swatch > div { flex-grow: 1; border-right: 10px solid #e6e6e6;}
What is the ">" option means? and What is that option name?