Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found

All comments

  • Adam 60

    @AdamR22

    Submitted

    I have issues with margin when it comes to firefox. The site may look different on firefox as compared to chrome. Any idea on how to solve this?

    @fatyga

    Posted

    Hi! Well done!

    Here is some tips:

    1. Try to use <img> tag for qr code image instead of setting background on div(because this particular image is not designed to use it as background)
    2. Change margins units to rem or em. The % is relative to parent, and it can result with weird behaviour like in your case
    3. Also don't forget about <h1> tag which is necessary on every website and consider nesting it in <header> tag in addition.

    I hope I helped.

    1