@cassio9Submitted almost 2 years ago
Benjamin.H
@JustBenjaminAll comments
- @JustBenjaminPosted almost 2 years ago
Great work bro, I love how you used tailwind and typescript in this project! I'm inspired! Keep up the good work!
1 - @dagimchiSubmitted almost 2 years ago
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.
@JustBenjaminPosted almost 2 years agoGreat 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