Design comparison
Solution retrospective
Hi folks, this is my first React app, any suggestion are very welcome!
Community feedback
- @axevldkPosted almost 4 years ago
Hi, Carlos Taracena ~ I have studied your work. Good work on your first React challenge ~ Here are some of my opinions on your work.
-
Background is weird on desktop version. I am not sure about the reason, but html and body doesn't fit even 100vh. So background gradient is being repeated.
-
Box on the left from design is missing.
-
I think it would be better to use ul and li tags for accordion items.
-
You used image tag for arrows on each faq items, but I think using pseudo elements would be appropriate in this case.
-
Hope to add sliding animation on faq items to make your work more wonderful.
-
On 320px resolution, there is no padding between page wrapper and card element. I think you can add max-width style property to card.
Hope my opinions can help you even a bit. Happy coding ~ β¨
1 -
- @ApplePieGiraffePosted almost 4 years ago
Hey, Carlos Taracena! π
Good effort on this challenge! π
Just wanted to say that there's actually a separate illustration image that comes with the design for the mobile layout of the site. It includes the floating cube in the illustration so you don't have to add it yourself in the mobile layout. π
I also suggest not using viewport units when using absolute positioning to position the illustration, since that means the illustration will move around a bit when the page is resized. Instead, used fixed units and position the illustrations relative to what you want them to stick to (just make sure the element you want them to stick to is a parent element). π
Keep coding (and happy coding, too)! π
0 - @CtaracenaPosted almost 4 years ago
Thank you very much for Your time And Your opinion, I'll work on that issues
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