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
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 are you most proud of, and what would you do differently next time?

I'm proud that I completed this project in a short amount of time and independently. What I would do differently next time is to create a separate file for the styling (CSS).

What challenges did you encounter, and how did you overcome them?

I didn't encounter any challenges during this project.

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

I would like help in how to minimize the HTML.

Community feedback

M 920

@Dev-MV6

Posted

Hi there, good job on completing this challenge.

Is not a good practice to write your CSS using style tags inside your HTML, instead you can create a file in same directory and call it style.css, then use a link tag inside your head tag to reference that file. This is way you are separating the page structure from the style-sheet:

<link href="style.css" rel="stylesheet">

Hope you find this helpful 👍

0
JakeCals 150

@JakeCals

Posted

It looks beautiful

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