Rohith Mohan
0
Q:

direct child css

selector>direct_child_element_seletor{
  rules;
}
2
.parent>.immediate-child {
  color: red;
}
1
/*
Use the ">" selector to apply css to direct children of a parent element.
example: https://jsfiddle.net/dbeachnau/54w6x0pj/2/
*/

.parent > .child { color:red; }
0

New to Communities?

Join the community