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 using HTML and CSS

@NosheenMumtaz

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 was easily able to configure html and css in this project.

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

I could not configure how to upload my repository as live website.

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

This was a basic html and css project so it was easy.

Community feedback

hilmi77 250

@hilmi77

Posted

Hello @NosheenMumtaz !

Your Solution looks good🎉

There are different ways to upload your project to the live site. You can use Github , netlify and Vercel.

Mostly FEM users use Github

this link will help you https://www.youtube.com/watch?v=Bzwlt3qf1dM

and ı review your solution

center a container you can use flex grid etc. for example you want to use flex to center a div you can give min-height:100vh display: flex; justify-content: center; align-items: center;

if you find useful this comment please click "Marked as helpful"

Happy coding

Marked as helpful

0
Daniel 🛸 44,230

@danielmrz-dev

Posted

Hello @NosheenMumtaz!

Your solution looks great!

I have a suggestion for improvement:

📌 Think about using <main> to wrap your main content instead of <div>.

Imagine <div> and <span> in HTML as basic containers. They're good for holding stuff, but they don't tell us much about what's inside or its purpose on the webpage.

This change might not have impact on how your page looks, but it'll make your HTML code clearer and help with SEO and accessibility.

Hope that's helpful!

Keep up the great work!

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