Submitted over 1 year ago
Responsive and lightly animated FAQ Accordian
@M-UmarHashmi
Design comparison
SolutionDesign
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!
Community feedback
- @annapmarinPosted over 1 year ago
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 :)
0 - Notice that the background is not a solid color, but a linear gradient
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