¿Qué es el selector descendiente?
/* The CSS descendant selector is used to match the descendant elements of a particular element. */
selector1 selector2 {
/* property declarations */
}
Tiny Coders