Project Flex- Feedback Needed

I can’t seem to get the header image to respond to any justify-content commands.

What am I doing wrong here?

Because you are styling that element directly. You need to style the parent element that contains your header image - in this case <header>.

This is a good article that demonstrates the relationship between a flex container and the flex item children.

1 Like

also seems you were missing a " after width="300 in your header attributes

1 Like