Design comparison
SolutionDesign
Community feedback
- @Versatile28Posted about 1 month ago
- Google Fonts Not Imported: The font-family: 'Figtree' is defined but the Google Fonts import is missing. You need to add this in the <head> section:
-
Image Border Radius Not Round Enough: The image's border-radius property needs adjustment to make it fully round.
-
Alt Text Missing for Avatar Image: The image for the avatar has no alt attribute, which is important for accessibility. Add a descriptive alt tag:
- Missing <main> Element: For better accessibility, wrap the card in a <main> tag:
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