@zakkunawSubmitted 2 months ago
Satyaki Pal
@Versatile28All comments
- @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 - @iraklizakradzeSubmitted about 2 months ago@Versatile28Posted about 1 month ago
Semantic HTML Use of Semantic Elements: The code uses <div> elements for the main structure, but it could be improved by incorporating more semantic HTML elements. For instance: Use a <main> tag to wrap the main content. Consider using <section> or <article> for the content that describes the QR code.
0