css not hover div right hide

42

.showme {
  display: none;
}

.showhim:hover .showme {
  display: block;
}

Comments

Submit
0 Comments