Responsive and lightly animated FAQ Accordian

Solution retrospective
I have tried to make it as similar as possible. But nothing is perfect. So tell me what improvements can be made in it. Each feedback is highly appreciated. Thanks in advance! Happy Coding!
Please log in to post a comment
Log in with GitHubCommunity feedback
- @annapmarin
Hi! First of all, congratulations for your work
Here are some tips:
- Notice that the background is not a solid color, but a linear gradient
background: linear-gradient(color1, color2)
(the gradient color codes are in the style-guide.md). - Also I would add a
min-width
to your main.container, so that the img.box does not change position. - The
font-weight
for the title is bolder in the design, and notice that the questions should have a bold font-weight when active.
Hope this can help :)
- Notice that the background is not a solid color, but a linear gradient
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