
Design comparison
SolutionDesign
Solution retrospective
What are you most proud of, and what would you do differently next time?
- I'm proud that I was able to finish this project while getting my foundations brushed up a little bit on CSS variables and Flexbox.
- I would try using a CSS preprocessor and more intuitive HTML semantic elements next time.
- I got into a little thinking about ways to center align the container, apart from using the margin property. I used Flexbox to achieve the desired result instead.
- I faced an issue with making the container grow as per its content. After a short while, I figured the solution and used
width: 'fit-content'
to overcome this.
- I would like to get feedback on whether I have used appropriate HTML elements, and how I can improve it if that's not the case.
Community feedback
- P@deepinthematrixPosted 3 months ago
Very clean solution, no problems found. The only question is that do you need the nested divs? I'm not sure both are needed
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