QR code component

Solution retrospective
All Feedback is Welcome Thank You on Your Advice
Please log in to post a comment
Log in with GitHubCommunity feedback
- @bhushanpagare054
thank you for giving me advice I am new in this field I would definitely work on it...thank you again...
- @rachit0706
Congratulations for completing the challenge! But I have a few suggestions for you:
- You should use a seperate css file for writing all your styles and then link it to the html.
- You have put wrong path in the img tag src attribute. Because of this the image is not rendering. 3 .Your body is not taking the whole width and height of the page. Set padding and margin to 0 and give min-height as 100vh to body tag.
- You shouldn't make the body as flex box container. Instead instead use main element inside body and then a div to wrap the content. Then you can set the display as flex for that container div.
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