1
Answer

css nested child and pranet relationship

rajRana Thakur

rajRana Thakur

12y
1.2k
1
plz tell me any this is about this code relationship. i know this is parent child  is mention here.



/* style the level hovers */
/* first */
.menu a:hover {background-color:#3da1e0 }
.menu :hover > a { background-color:red; }

Answers (1)