What is CSS first child?
What is CSS first child? The first-child is a pseudo class in CSS which represents the first element among a group of sibling elements. The :first-child Selector is used to target the first child element of it’s parent for styling. What will match the given CSS selector body * First Read more…