@bdileepshettySubmitted over 2 years ago
I have tried to minimize the distance between the QR code and the background white colour. Need help on this.
I have tried to minimize the distance between the QR code and the background white colour. Need help on this.
consider using flexbox while layouting, it easier.
https://www.w3schools.com/csS/css3_flexbox.asp
My updated solution- thanks for the help!
the problem is in : <img src="QR/image-qr-code.png" alt="QR code" />
since ur image file isn't in the folder, the html should goes: <img src="image-qr-code.png" alt="QR code" />