QRcode Component made with basic HTML and CSS

Solution retrospective
I have completed my first challenge and hoping for feedback to improve my mistakes.
Please log in to post a comment
Log in with GitHubCommunity feedback
- @Sumit640
Good work. My suggestion would be, instead of defining separate h2 for above lines, you can use single h2 for both and change the width of h2 element with respect to the width of the card.
- @DrMESAZIM
hi @Ayush1M . Okay for the First challenge I believe you did good job . I would want you to place your project at the center of the screen , to do that I suggest you add the CSS properties
text-align :center; justify-content: center;
to the body in the file index.css. Please have a look at how I did so on the same challenge on my YouTube channel from 4min 25sec to 5min 45sec part of the video.
YouTube video link: https://www.youtube.com/watch?v=biSS7pIEx6A&t=476s
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