> * + * means?
.card > * + * {
margin-top: 3rem;
}
Does it mean, that inside .card, leave the first child, and give margin-top of 3rem to other children except first one, is that true?
margin-top: 3rem;
}
Does it mean, that inside .card, leave the first child, and give margin-top of 3rem to other children except first one, is that true?