Hello, I’ve had trouble completing this level of Flex Zombies, would someone be able to assist?
crossbow {display:flex;
align-items:center;
justify-content:center;
}
.target.goo {
flex-basis:200px;
min-width:300px;
}
.target:nth-of-type(1) {
flex-shrink:0;
min-width:auto;
}
.target:nth-of-type(2) {
flex-shrink:1;
}```