Design comparison
Solution retrospective
I got the design and functionality working but I just edited the HTML using JavaScript instead of pulling the data from the JSON file, as it would have been a bit of a steep learning curve for me.
What challenges did you encounter, and how did you overcome them?Main challenge had to do with getting the design accurate. I had to do a lot of trial and error.
What specific areas of your project would you like help with?Maybe some guidance on how to pull from the JSON file instead of editing the HTML.
Community feedback
- @AdrianoEscarabotePosted 13 days ago
Hi CoolNight99, how’s everything? I think your project turned out great! However, I have some feedback that I think might be useful:
Consider using
rem
for font sizes. When font sizes are set in absolute units like pixels, users can't adjust the text size based on their preferences. Relative units likerem
adapt to the screen size and user settings, making them more flexible across various devices.If you'd rather keep using
px
, you can download a handy VS Code extension that converts pixels torem
automaticallylink -> px to rem
The rest is amazing.
I hope this is helpful. 👍
Marked as helpful1
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