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 - my first practise project

Reuel VJ 80

@rvj1

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 really proud that I created my first project successfully, and I'm hoping that I would achieve this success in the upcoming projects.

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

i had encounter some challenges but with the help of chapt gpt I was able to overcome them.

Community feedback

REXX 110

@yorise

Posted

Good job for your first project, but for that code you should use semantic like main so that you don't put the code directly in the body. Instead of using a semantic div to wrap the code at the beginning, it's better to use the main

<body>
     <main>
         /*your code*/
     </main>
</body>

so it will be easier for you to see the stacked codes in the future. And for the image, it's not showing up because you're using images/ even though you didn't put the image in the folder, just delete it and it will show up.

Hope this can help you! and keep code. 😁😁😃

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