Design comparison
SolutionDesign
Community feedback
- @garcialexcoPosted almost 2 years ago
Hello! Great job completing the challenge! π₯
There's a couple parts of your code that I might be able to help with:
- Make sure to link your fonts in your HTML head. This will make your page load a bit faster.
- For CSS resets, I have been using normalize css. Just link it like you would any CSS file, and it resets everything.
- For responsive reasons, it's best to use
rem
orem
due to their scalability without breaking.
Hope this helps, and keep up the great work! π Happy Coding!
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