Design comparison
SolutionDesign
Community feedback
- @NN-NT-TNPosted about 2 years ago
In the
body
tag you could useflex-direction: column;
in your CSS so your Accordion card and attribution are in separate lines. a Also in your card class you don't needwidth
andmax-width
becausewidth
will overridemax-width
so just usesmax-width
otherwise good jobMarked as helpful0@aniru-dh21Posted about 2 years ago@NN-NT-TN Thank you for suggestions...
0
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