apply css style to all child elements code example
Example: css all children of type
/* Affects all a inside the #nav element: */
#nav a{
color: black;
}
/* Affects all a inside the #nav element: */
#nav a{
color: black;
}