Assessment for Fundamental layout comprehension

I’ll need assessment for this layout.

Congratulations @madefromjames!

Just some small remarks:

  • You probably want to move float and margin from img to .feature. They should only applied to the image in the article.
  • Instead of nav li { flex: 1; } you could use justify-content: space-between; or justify-content: space-around; on the nav ul.

I hope that helps,
Michael

1 Like

Thank you @mikoMK I’ll just play around with them

1 Like