Hi,
Can anyone please explain why align-items: for this task is center and not flex-start. Visually it looks like flex-start.
crossbow {
display: flex;
align-items: flex-start;
flex-wrap: wrap;
align-content: space-between;
}
.target:nth-of-type(2) {
flex-grow: 1;
}