Design comparison
SolutionDesign
Solution retrospective
This challenge goes straight to the redo bucket as there are some glaring issues. It functions but layout is broken and or not optimal. Here are some of the issues that I will try to address soon:
- Each section in the faq needs to be centered properly, vertically
- Only one section should be open at a time
- Container and its content should retain an optimal layout as viewport changes
- Mobile view especially needs work
- Image positioning
Any help/feedback is always welcome.
Community feedback
- @JustBenjaminPosted almost 2 years ago
Great work. Looks like you might also have forgotten to make your arrow face up when active... If it helps, I used this css to flip mine: .active:after { -webkit-transform: scaleY(-1); transform: scaleY(-1); }
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