html {
  height: 100%;
  width: 100%;
}

p {
  display: inline-block;
  height: 100px;
  width: 100px;
  background: red;
  color: white;
}

