how can I make a child element hover overed another child element in a div using css code example Example: css on hover do something to children parent:hover child { color: blue; }