
Design comparison
Solution retrospective
I knew how to code it using flexbox but I wanted to try CSS Grid which turned out easier and cleaner.
What challenges did you encounter, and how did you overcome them?I had to brush up on my CSS Grid knowledge mainly grid areas. Great practice.
What specific areas of your project would you like help with?Is the responsiveness fine? I had a bit of a hard time deciding the break points.
Community feedback
- @AdanMaidanaPosted 19 days ago
I would also recommend using the <img/> tag for SVG, the code is much more readable that way because otherwise you have the full SVG and since it is so long it can be confusing to maintain the code, especially in larger projects.
Marked as helpful1P@socratesioaPosted 19 days ago@AdanMaidana Thank you for taking the time to comment. Very helpful tips! I appreciate them :)
0 - @AdanMaidanaPosted 19 days ago
I would recommend you to put the breakpoints with a little more space since the content looks very tight, for example 1024px and also consider using the max-inline-size property for the paragraph below the h1/h2, keep coding and improving!
Marked as helpful1
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