Design comparison
Solution retrospective
Hello DEVS
I just completed this challenge. It went quite well, though. I would be grateful if you could give some feedback or show where I made mistakes.
Community feedback
- @abdulazizAbabutainPosted over 1 year ago
Hey @georgebleyer,
Congratulation on finishing the challenge 😀,
amazing solution 🙌.
in the next challenge, I would suggest trying the Grid layout it will make it easier to handle layout, for more information about grid layout
Keep it up! 🙌
Marked as helpful0 - @HassiaiPosted over 1 year ago
Use relative units like rem or em as unit for the padding, margin, width values and preferably rem for the font-size values, instead of using px which is an absolute unit. For more on CSS units Click here and here
Hope am helpful.
Well done for completing this challenge. HAPPY CODING
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