.icycontainer {
display: grid;
grid-template-columns: 1fr;
width: 100%;
}
.icycontainer > span {
background-size: 100% 100%;
border: solid red;
border-width: 1px 0 1px 0;
box-sizing: border-box;
display: grid;
height: 16em;
}
.icycontainer > span > span {
align-items: center;
display: flex;
justify-content: center;
}
.icycontainer a {
color: red;
}
.icycontainer > span:first-child {
background-image: url("https://camp2.rectangle.zone/subwikifiles/wc2/images/8/84/Icy1.png");
}
.icycontainer > span:nth-child(2) {
background-image: url("https://camp2.rectangle.zone/subwikifiles/wc2/images/f/fa/Icy2.png");
}
.icycontainer > span:nth-child(3) {
background-image: url("https://camp2.rectangle.zone/subwikifiles/wc2/images/4/4e/Icy3.png");
}
.icycontainer > span:nth-child(4) {
background-image: url("https://camp2.rectangle.zone/subwikifiles/wc2/images/1/1f/Icy4.png");
}
.icycontainer > span:nth-child(5) {
background-image: url("https://camp2.rectangle.zone/subwikifiles/wc2/images/9/9e/Icy5.png");
}
.icycontainer > span:nth-child(6) {
background-image: url("https://camp2.rectangle.zone/subwikifiles/wc2/images/b/bb/Icy6.png");
}
.icycontainer > span:nth-child(7) {
background-image: url("https://camp2.rectangle.zone/subwikifiles/wc2/images/9/9a/Icy7.png");
}