@AdamR22Submitted over 1 year ago
Margin Issues
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?
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?
Hi! Well done!
Here is some tips:
<img>
tag for qr code image instead of setting background on div(because this particular image is not designed to use it as background)rem
or em
. The %
is relative to parent, and it can result with weird behaviour like in your case<h1>
tag which is necessary on every website and consider nesting it in <header>
tag in addition.I hope I helped.