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
Community feedback
- @DarionasPosted almost 2 years ago
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.
0 - @NikolaD93Posted almost 2 years ago
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! šā
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