Advertisement · 728 × 90
#
Hashtag
#17thsigmawebdev
Advertisement · 728 × 90

#17thsigmawebdev
#25thDecember
Selectors
parent > child {
/* styles*/
}

A descendant is any element that is a descendant of another, meaning it can be a child, grandchild, great-grandchild, and so on.
parent-selector descendant-selector {
property: value;
}

1 0 0 0