Design comparison
Solution retrospective
Hi people!! I'm trying to improve myself as I'm still a noob. If anyone has any suggestions, please, I'm listening!
Community feedback
- Account deleted
It's great keep up the good work. I would like to recommend you to start using rem instead of pixels and max-width instead of width it will eventually turn your code responsive without any effort.
Here's a cool video: https://youtu.be/N5wpD9Ov_To
Hope my feedback is helpful to you. Have a great day, Camila! :)
Marked as helpful0 - @akshaywebsterPosted almost 3 years ago
Hi, Camila.
Your project is looking great. Keep up the good work.
One thing I would advise you to keep an eye on from your next project is to learn about Relative units in CSS. You're using absolute units such as
px
a lot. It would help you a lot if you start using relative units likeem
,rem
, etc.Here's a cool video: Learn CSS Units In 8 Minutes
Hope my feedback is helpful to you. Have a great day, Camila! :)
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