Submitted over 1 year ago
FAQ accordion card Solution with Mobile first approach
@manjeshrv592
Design comparison
SolutionDesign
Community feedback
- @NehalSahu8055Posted over 1 year ago
Hello Coder 👋.
Congratulations on successfully completing the challenge! 🎉
Few suggestions regarding design.
➨ Responsive 💯
➨ Remove
commented line
that's not good way ofcentering
useflex or grid
instead.@media (min-width: 1200px) .container { /* display: block; */ /* padding-left: 28rem; */ /* padding-top: 13rem; */ }
- Use
breakpoint
for likemin-width: 900px
as i am not able to see desktop version on my laptop.
I hope you find this helpful.
Happy coding😄
Marked as helpful0 - Use
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