Design comparison
SolutionDesign
Solution retrospective
Okay... So this challenge was a little tougher than it looked for me. I had a lot of struggle keeping my scss organized, I also struggled with making the desktop version look as close as possible to the design provided. I would love to hear your suggestions
Community feedback
- @CarvalhoVincentPosted over 2 years ago
Your Solution looks good ! One thing, on Safari, your summaries still have the black arrow on the left. Maybe it can be fix with this.
details > summary { list-style: none; } details > summary::-webkit-details-marker { display: none; }
Marked as helpful0@jonathan401Posted over 2 years ago@CarvalhoVincent Thanks for pointing that out. I've fixed it
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