FAQ Accordian Card Using HTML CSS & JS

Solution retrospective
I haven't made it responsive. It works on desktop so any feedback regarding desktop will be helpful.
Please log in to post a comment
Log in with GitHubCommunity feedback
- @Atharva-Shandilya
Here are some suggestions, hope you like it : -
- Use 'margin: 145px 0px;' to vertically center your .page on your viewport.
- Avoid using position relative to position your elements. Instead use absolute for positioning. It will be easy for you to make your webpage responsive later.
- Reduce the size of card-bg-img.
- You didn't use the specified font colors in your build, So i would suggest you use that to make it look clean.
- You specified 'overflow: hidden;' but it seems that it is not working. So look into it.
- Use 'outline: none;' to hide the outline around the arrow button, when you click it.
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