Design comparison
Solution retrospective
I proud of my UI Desing skills and Enhance my design skills.
What challenges did you encounter, and how did you overcome them?Noting challenges I encounter in this challenge.
What specific areas of your project would you like help with?Code Optimization.
Community feedback
- @DanijelAdrinekPosted 7 months ago
Hey Rohit, I liked your project and decided to take a look at it for a bit, and I found some things I think you can improve on.
-
You forgot to add the box-shadow
-
The height on your body would be better if it was in % instead of vh, but remember to add height of 100% to the html tag too for it to work (I got scolded for this on my first web dev job too)
-
You dont need to make your card inside the main tag, you can just replace the div with the class of container with a main tag, all the main content is in it anyway
-
Class of content could have a more common class name of text-container, thats more like the standard
-
Use CSS variables, they are a powerful tool to help make your code more readable and easy to manipulate
-
Even tho the solution you provided is awesome, and close to the design, us frontend developers need to be really precise, thats why, if you want, I have made a blog post about solving this solution in pixel-perfect manner, the way I was taught on my job, so if you are interested in that, here is the post, feel free to read trough it:
https://dev.to/danijeladrinek/frontend-mentor-qr-code-challenge-4g9h
I hope these tips help you become a better web developer, and help you on your journey towards getting this amazing job! š
if you have any more questions feel free to let me know, have an amazing day, and happy coding :)
Marked as helpful0@rohitdubey1352Posted 7 months agoThanks, @DanijelAdrinek For your feedback, I will surely make some changes accordingly.
1 -
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