Design comparison
SolutionDesign
Solution retrospective
What are you most proud of, and what would you do differently next time?
I think I'm getting better at writing "readable" code, and I'm proud of that. 🤣 If you come across any areas in my code that could be enhanced, I would greatly appreciate your feedback.
What challenges did you encounter, and how did you overcome them?I'm still uncomfortable with creating layouts using grid and flexbox. However, I've found this layout to be quite straightforward. It has been a great example for me to get comfortable with the concept.
I also learned a neat trick to center items other than using flex:
body { display: grid; place-items: center; }
Community feedback
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