.one,
.two,
.three {
  height: 700px;
  line-height: 700px;
  font-size: 30px;
  text-align: center;
}
.one {
  background: greenyellow;
}
.two {
  background: red;
}
.three {
  background: #ddd;
}

/*# sourceMappingURL=index.css.map*/