
Design comparison
Solution retrospective
I am proud of making it all my myself and using Flexbox. Next time i would focus on making it using more Flexbox.
What challenges did you encounter, and how did you overcome them?I had a problem making the main container in the center so used margin auto on left and right and some on top. But later i remebered about flexbox justify and align so i would use it the next time.
What specific areas of your project would you like help with?I had a problem with responsiveness so would like to learn more about it.
Community feedback
- P@CodeNautiquePosted 6 days ago
Hello,
For responsiveness, try to start with the mobile-first development. The main tag is a semantic element, it's better to use a div tag because is used as a container for HTML elements.
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