Wie man Div in CSS schwebt

<div class="casual-div"></div>

.casual-div:hover {
  background-color: red;
}
MitchAloha