ul>li:nth-of-type(3){
background-image: url("./sprite.png");
background-position: 0 -88px;
height: 24px;
width: 24px;
}
ul>li:nth-of-type(4){
background-image: url("./sprite.png");
background-position: 0 -132px;
height: 24px;
width: 24px;
}
ul>li:nth-of-type(5){
background-image: url("./sprite.png");
background-position: 0 176px;
height: 24px;
width: 24px;
}
ul>li:nth-of-type(6){
background-image: url("./sprite.png");
background-position: 0 -220px;
height: 24px;
width: 24px;
}
}