Assessment wanted for responsive web design skill test

I looking forward to your feedback and comments

Code link:
https://glitch.com/edit/#!/mdn-responsive-web-design-for-assessment
Task link:
https://developer.mozilla.org/en-US/docs/Learn/CSS/CSS_layout/rwd_skills

Hi @AFKMDaniel and welcome to the community :wave:

Great work on this exercise! I like your use of auto-fill/minmax(). :+1:

Instead of

header nav {
  margin-left: auto;
}

it might be cleaner to add justify-content: space-between; to header.

Have a nice day,
Michael

1 Like

Thank you for your response

1 Like