@bdileepshetty

Syahrizal Ardana
@GombengAll comments
- @Gombeng
consider using flexbox while layouting, it easier.
https://www.w3schools.com/csS/css3_flexbox.asp
- @marthaeason@Gombeng
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" />