Submitted over 1 year agoA solution to the FAQ accordion card challenge
Responsive Layout Done With Vite + React
@KoliaK

Solution retrospective
It was really interesting to make my own "summary" instead of using the classic HTML
<details>
<summary>Title</summary>
<p>Content</p>
</details>
I guess it was difficult to work with those imagens on top of another, and the BG ended up overflowing the Card
component. The only way I think of making the BG work as expected, is to make another app, without using the Card
component as a displayer to other components. Any ideas?
Code
Loading...
Please log in to post a comment
Log in with GitHubCommunity feedback
No feedback yet. Be the first to give feedback on KoliaK's solution.
Join 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