Design comparison
SolutionDesign
Solution retrospective
Hey, what's up? It's my first time trying to develop website by myself, hope you enjoy it.
Any suggestions will be very welcome :)
Community feedback
- @Mahesh-yadavPosted over 4 years ago
Hi
Good work. But you are using percentage units more than required. As part of web development process, you need to learn when to use absolute units(pixels) and when relative units (%, rem, em).
- It is better to set white dot's
height, width and right
properties using pixels - Similarly, for
border-radius
property, use 'pixels'
1@MatheusVieira97Posted over 4 years ago@Mahesh-yadav Wow, thanks for the feedback, helped a lot. I'll study more about how to use absolute and relative units, so I can try to fix this solution and also apply in next challenges ^^
0 - It is better to set white dot's
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