Design comparison
SolutionDesign
Solution retrospective
This is my first javascript project .The site is unresponsive tho but apart from that any feedback on my project on the html , css and js is welcome.
Community feedback
- @amalkarimPosted almost 2 years ago
Hi Abdul,
Congratulations for completing the challenge!
Although it's only desktop mode (unresponsive), it's already nice. You could always add responsiveness later.
I have one thing that I hope could improve your solution. When we open all of the answers under the FAQ, the text will flow outside the box. We could prevent this by adding
overflow: auto;
to the.faq-card
.Hope this helps. Happy coding!
0@Abdul-ganuinePosted almost 2 years ago@amalkarim Noted. Thank you very much
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