
Design comparison
Solution retrospective
Hi guys, this is my solution, i have a question... What unit of measurement do you use?, i try use % and vw but they tell me it's wrong
Please log in to post a comment
Log in with GitHubCommunity feedback
- @Darionas
Hei there, Avoid using of pixels, use rems, vw, ems. They let's scale better, what is very important for responsive design (RWD).
Happy coding.
- @NikolaD93
Hello there! 👋
Congrats for completing the challenge! 🙌
I have 2 suggestions for you:
1.Try to use units like pixels, rems, ems, instead of percentages as much as possible, that's the best practice. 👇
https://www.w3schools.com/cssref/css_units.php
2.Put some padding on your .right div, that'll make it look better.
Hope this was helpful for you, and you have a great day!
Happy holidays! 🎉✌
Join 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