article ul {
  display: flex;
  flex-direction: row;
  list-style: none;
  padding: 0;
  flex-wrap: wrap;
}
article ul li:nth-child(1) {
  background-image: url("imagefruits.png");
  background-repeat: no-repeat;
  background-position-y: 0px;
}
article ul li:nth-child(2) {
  background-image: url("imagefruits.png");
  background-repeat: no-repeat;
  background-position-y: -100px;
}
article ul li:nth-child(3) {
  background-image: url("imagefruits.png");
  background-repeat: no-repeat;
  background-position-y: -200px;
}
article ul li:nth-child(4) {
  background-image: url("imagefruits.png");
  background-repeat: no-repeat;
  background-position-y: -300px;
}
article ul li:nth-child(5) {
  background-image: url("imagefruits.png");
  background-repeat: no-repeat;
  background-position-y: -400px;
}
article ul li:nth-child(6) {
  background-image: url("imagefruits.png");
  background-repeat: no-repeat;
  background-position-y: -500px;
}
article ul li:nth-child(7) {
  background-image: url("imagefruits.png");
  background-repeat: no-repeat;
  background-position-y: -600px;
}
article ul li:nth-child(8) {
  background-image: url("imagefruits.png");
  background-repeat: no-repeat;
  background-position-y: -700px;
}
article ul li:nth-child(9) {
  background-image: url("imagefruits.png");
  background-repeat: no-repeat;
  background-position-y: -800px;
}
article ul li:nth-child(10) {
  background-image: url("imagefruits.png");
  background-repeat: no-repeat;
  background-position-y: -900px;
}
article ul li:nth-child(11) {
  background-image: url("imagefruits.png");
  background-repeat: no-repeat;
  background-position-y: -1000px;
}
article ul li:nth-child(12) {
  background-image: url("imagefruits.png");
  background-repeat: no-repeat;
  background-position-y: -1100px;
}
article ul li:nth-child(13) {
  background-image: url("imagefruits.png");
  background-repeat: no-repeat;
  background-position-y: -1200px;
}
article ul li:nth-child(14) {
  background-image: url("imagefruits.png");
  background-repeat: no-repeat;
  background-position-y: -1300px;
}
article ul li:nth-child(15) {
  background-image: url("imagefruits.png");
  background-repeat: no-repeat;
  background-position-y: -1400px;
}
article ul li:nth-child(16) {
  background-image: url("imagefruits.png");
  background-repeat: no-repeat;
  background-position-y: -1500px;
}
article ul li:nth-child(17) {
  background-image: url("imagefruits.png");
  background-repeat: no-repeat;
  background-position-y: -1600px;
}
article ul li:nth-child(18) {
  background-image: url("imagefruits.png");
  background-repeat: no-repeat;
  background-position-y: -1700px;
}
article li {
  height: 100px;
  width: 100px;
}

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