Flexbox Zombies

Has anyone solved Flexbox Zombies chapter 7 I am stuck at 7.16 can anyone help me?

Yes. This solved it for me.

crossbow {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
}

.target.goo {
  flex-basis: 500px;
}
1 Like

thank you @Edward.Web3 it worked.