Design comparison
SolutionDesign
Solution retrospective
There are a lot of questions that needs answering (and I'm still looking into) since this is still a rough build imo. Below are some of them:
- What would be the best fallback for gap so the site will still work in IE?
- What is the best way in handling svg so the site will perform better? Currently, the svg's were handled using <img> tags which for sure is not the best way of doing it. Should I use it as a background-image instead or just use the svg codes?
- How to better use fontawesome? Currently, a link to fontawesome is used. This method is too dependent on the site. Including the entire library is counter-productive because the lib includes files that will not be used in the project. Would using the svg codes be better for performance and is it even allowed by fontawesome?
- I encountered an issue with :last-child, :nth-child() and :nth-last-child() on a floated element so I opted to use :last-of-type instead. Was I not understanding these pseudo classes or is this a known issue?
Community feedback
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