.box {
  display:block;
  height:15px;
}

.box p {
  display: none;
  background-color: red;
  width: 200px;
  z-index: 99999999999;
  position: relative;
}
