.block {
grid-template-columns: repeat(3, auto);
}
.item-1 {
align-self: end;
justify-self: end;
}
.item-2 {
align-self: end;
justify-self: start;
}
.item-3 {
align-self: end;
justify-self: start;
}
.item-4 {
align-self: start;
justify-self: end;
}
.item-1 {
align-self: start;
justify-self: start;
}