
div {
  display: inline-block;
  background-color: yellow;
  margin: 10px;
  padding: 30px;
  border: 2px solid black;
}
