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
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
Great work on this exercise! I like your use of auto-fill/minmax().
Instead of
header nav {
margin-left: auto;
}
it might be cleaner to add justify-content: space-between;
to header
.
Have a nice day,
Michael
Thank you for your response