@thaisribeirotrSubmitted over 2 years ago
I have a problem with the attribution for Front-end Mentor at the end of the page, because I used a fixed position, but depending on the size of the screen it overlaps with the QR Code component.
I have a problem with the attribution for Front-end Mentor at the end of the page, because I used a fixed position, but depending on the size of the screen it overlaps with the QR Code component.
Ok, you put a fixed position on it but you pointed out that you want it below and to your left, that is: left: 0 and bottom: 0; if you didn't then put it on and see if it works for you. Also if you don't want to work with footer positioning then just put a margin on top and bottom. accompanied with the above, for the sides you just have to put text-align: center and that's it