body {
  width: 100%;
  height: 10%;
}
div {
  background: #555;
}
div:hover {
  background: #000;
}
