Design comparison
Solution retrospective
Looking back, i would definitely use grid instead of only flexbox, wanted to have some practice with flex though. Thanks for looking!
Community feedback
- @edburtnieks-privatePosted over 4 years ago
Hey @Michal!
You solution looks good :) I think it's great that you chose to use Flexbox in most parts. I actually would have used Flexbox too :)
Just quickly looking through. I noticed you have
justify-content: flex-end;
onheader
. You don't need it if you havemargin-right: auto;
to logo :) Or you could removemargin-right
from logo and leavejustify-content
.Nice work, keep it up :)
1@michalgreguPosted over 4 years ago@edburtnieks hey, i followed your advice and you're absolutely right, i don't need the flex-end property. thanks for the tip!
0
Please log in to post a comment
Log in with GitHubJoin our Discord community
Join thousands of Frontend Mentor community members taking the challenges, sharing resources, helping each other, and chatting about all things front-end!
Join our Discord