I wrapped two images “contact and projects” and “contacts” in < a > tags to redirect it to a part of the page, but the link extends into the white space. How do I prevent that?
Secondly, when you bring the browser height down, the footer moves up, and the rest of the body collapses in on itself as well, I’ve tried and failed trying to fix it on my own.
Yes thank you! That fixed the issue with the links!
Actually my question was really how do I get the footer to just stay at the bottom when the browser window height gets smaller?
edit: I realized the body overlaps because obviously I set the viewport height to be 100. and I don’t have the content scale down with changes. But really my issues was the footer not staying down, that’s not set to be 100vh.