Home › Forums › CSS › is hover possible with different div's without parent? › Reply To: is hover possible with different div's without parent?
February 8, 2017 at 9:45 am
#251259
Participant
They may behave the same in this case, but they are different;
“+” = adjacent sibling selector https://css-tricks.com/almanac/selectors/a/adjacent-sibling/
“~” = general sibling selector https://css-tricks.com/almanac/selectors/g/general-sibling/