Design comparison
Solution retrospective
Very happy with how this turned out without using Figma design files.
Also happy with how easy it was to adjust from a mobile-first build.
Want to explore better use of custom variables for streamlining media query changes and making it easier for others to understand the code.
What challenges did you encounter, and how did you overcome them?I had some issues with sequencing and synchronicity - some of the media queries weren't taking effect. This was solved by moving the media query to the end of the CSS file.
Community feedback
- @Alex-Archer-IPosted 3 months ago
Hey!
It's a cool work - the code is neat, mobile-first approach is good stuff, semantic tags are on their places =)
The one thing is the button. It's content not in the center. I suggest you use a flex to properly center it, also it allow you to use a gap - a bit more convenient tool to create spaces between elements than margins =)
Hope that helps, keep doing =)
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