Submitted over 2 years ago
Advice generator without any external libraries
@sauravsilawat
Design comparison
SolutionDesign
Community feedback
- @dgjenni2Posted over 2 years ago
Nice solution with the fetch request and the animation on the reload button. I'd try to avoid hard-coded the specific widths and heights for the various components in pixels as much as possible; the design gets very weird at some of the smaller screen resolutions. Percentages, rems and ems are much better units than pixels in general.
Marked as helpful1@sauravsilawatPosted over 2 years ago@dgjenni2 Thanks for your feedback, I will try to implement that on my next challenge.
1
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