Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found

Submitted

Responsive QR Code

@Amankwafrifa12

Desktop design screenshot for the QR code component coding challenge

This is a solution for...

  • HTML
  • CSS
1newbie
View challenge

Design comparison


SolutionDesign

Solution retrospective


I was finding it difficult to align the items at the center of the page

Community feedback

@Mennatallah-Hisham

Posted

Hi Aman kwafrifa,

Congratulations on completing your first challenge👏

You did great 👍

Here are some suggestions to improve your code:

Semantic HTML

  • wrap your content in <main>,this element represents the dominant content of the <body>
  • wrap your card in <article>
<main>
<article>
</article>
</main>
<footer>
</footer>

ALT

  • images should have descriptive alt text, which is important for SEO and screen reader users,alt="QR code linking to Frontend Mentor challenges"

INTERNAL CSS

  • it is better to use external css over internal css as your project grows you may suffer from some of internal css disadvantages such as:
  1. Repetition in HTML files.
  2. Increased file size.
  3. Reduced code reusability.
  4. Limited style management across pages.

SEO

  • you can add meta description for better SEO, it provides a brief summary of a web page
<meta name="description" content="..........."/>  

here are some helpful articles:

Hope you find this helpful, Happy Coding

Marked as helpful

0

Please log in to post a comment

Log in with GitHub
Discord logo

Join 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