📅  最后修改于: 2022-03-11 14:47:38.878000             🧑  作者: Mango
/*
to change the color of an element inside a div,
specify what element you want to change
when hovering over the div like this:
*/
.div:hover .element{
color: red;
}