
Design comparison
Solution retrospective
Evaluate the method of writing codes, whether it is clean or not, and if there is anything I can do to improve the method of writing code
Community feedback
- @mohamed-fmPosted 3 months ago
The code you have is great, but I recommend adding the following CSS to normalize the properties:
* { margin: 0; padding: 0; box-sizing: border-box; }
This will enhance and standardize the default CSS values. I suggest reading this article for further reference.
Additionally, consider using
max-width
andmin-width
instead of fixed widths to improve the design's responsiveness. Utilizingrem
andem
units will also contribute to a more flexible layout.While the solution is well-designed, there is a discrepancy in the color scheme. Please refer to the style guide file for color references.
I have also completed this challenge, so feel free to check it out if you're interested.
Marked as helpful0
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