Design comparison
SolutionDesign
Solution retrospective
All feedback is appreciated
Community feedback
- @ApplePieGiraffePosted about 4 years ago
Hey, Faruq Sadiq! 👋
Good work on this challenge! 👍 The mobile layout of your site works quite well! 🙌
I suggest,
- Allowing users to scroll inside the accordion card so that they can see all of the content in case multiple tabs are opened at the same time.
- Adding a hover state to the titles of the FAQs (as shown in the original design).
- The floating cube SVG is missing in the desktop layout. It can be tricky to place! I suggest wrapping the accordion and cube SVG in a
div
and then using absolute positioning to place the cube relative to the wrapperdiv
so that it remains it its place and doesn't get cut off if you setoverflow-x
to hidden for the accordion card itself.
Keep coding (and happy coding, too)! 😁
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