Design comparison
SolutionDesign
Solution retrospective
Hi,
Please, send me feedback about my solution and best practices about layout on different screen sizes/devices.
Community feedback
- @harireddy7Posted 11 months ago
Hi,
- Make sure to include
Outfit
font resource for this to work -font-family: "Outfit", sans-serif
. Without the Outfit, the font-family falls back tosans-serif
. - Use semantic HTML elements like header, main, section, and footer instead of plain div for better accessibility. Rest all looks good.
Marked as helpful0 - Make sure to include
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