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

QR CODE COMPONENT

@yogesh2142

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


What specific areas of your project would you like help with?

he was project at specific time line and full confidences with project completed.

Community feedback

P
Jan 160

@Negligence

Posted

I think you just initialized your project so I won't be too harsh. Here's a few things I've noticed:

Structure-wise

You might want to move the closing </div> from line :23 to line :18 instead. This will separate your .container from your .attribution.

  <div class="container">
  <img src="./images/image-qr-code.png" alt="">
  <h1>Improve your front-end skills by building projects</h1>
  <p>Scan the QR code to visit Frontend Mentor and take your coding skills to the next level</p>
  
  <div class="attribution">
  Challenge by : <a href="https://www.frontendmentor.io?ref=challenge" target="_blank">Frontend Mentor</a> 
  Coded by : <a href="https://yogesh-Nagar.app">Yogesh Nagar</a>
  </div>
  </div>

Font-wise

You might want to connect a "Outfit" from Google Fonts

Alternatively

You can instead just copy and paste this code snippet at line :10 in your html

<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Outfit:[email protected]&display=swap" rel="stylesheet">
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