
Design comparison
SolutionDesign
Solution retrospective
What are you most proud of, and what would you do differently next time?
The simple Qr project that i've been skipping for all this long
What challenges did you encounter, and how did you overcome them?not on this one
What specific areas of your project would you like help with?any feedback is accepted
Community feedback
- @sivaprasath2004Posted about 1 year ago
Hello, I would like to extend my congratulations on completing this challenge.
- I will give some suggestion i believe its used for improve your skill.
In CSS You will use
main{ padding: 20px 20px 40px; }
I will recomand for Using rem values for padding provides a scalable and flexible approach, especially when considering accessibility and responsive design.
main{ padding:2rem 2rem 4rem; }
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