Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found

Submitted

Responsive FAQ card using ReactJS and SCSS

dipakā€¢ 380

@dipakpadule

Desktop design screenshot for the FAQ accordion card coding challenge

This is a solution for...

  • HTML
  • CSS
  • JS
1newbie
View challenge

Design comparison


SolutionDesign

Solution retrospective


need some tips on optimization

Community feedback

Riki Wendriā€¢ 1,380

@F4YY

Posted

Hi @dipakpadule,

Congratulations on successfully completing the challenge. You did very well.

However, there is a bit odd when all the answers are expanded it seems to go beyond its parent <div>. The solution is quite simple, you can set the parent <div> height in CSS, like the following code snippet:

min-height: 510px;

Or you can set it to automatic:

height: auto;

So that when it's expanded the height can adjust itself and not be seen beyond its parent <div>.

One more thing, the link code on your gitHub doesn't appear or it's blank. Maybe because your repository is still in private mode, you can change it to public mode though.

Hope all that could be Helpful. Keep happy coding..

Marked as helpful

0

Please log in to post a comment

Log in with GitHub
Discord logo

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