Design comparison
Solution retrospective
Is my code readable and does it follow the best practices ?
Community feedback
- @PhantomOzPosted over 2 years ago
Nice Job Txrigxn, You should try fixing the HTML issue in your img element by using
src="images/image-qr-code.png"
instead ofsrc="images\image-qr-code.png"
.Also, i saw that there is an unnecessary element in your code like the div with the class name 'container', it does not have any content in side and the styling just says the text in it should be aligned center. So you delete to reduce the number of lines of code.
You should also try in formatting your code well so that it is easier to read.
I hope this feedback has been helpful
1@lenny-zanotelliPosted over 2 years ago@PhantomOz I'll try to make things more simple and a more cleaner code for this project and the next ones.
Thank you for your advice.
0 - @emtiazahmed27Posted over 2 years ago
Nice work but you should try to align those content properly.
1
Please log in to post a comment
Log in with GitHubJoin 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