I’ll need assessment for this layout.
Congratulations @madefromjames!
Just some small remarks:
- You probably want to move
float
andmargin
fromimg
to.feature
. They should only applied to the image in the article. - Instead of
nav li { flex: 1; }
you could usejustify-content: space-between;
orjustify-content: space-around;
on thenav ul
.
I hope that helps,
Michael
1 Like