I’m wondering why my “height: 100vh” is not working for my welcome section. Both of these were passing at one point but the height command just randomly stopped working while I was writing ulrelated css for the navbar.
I’m going to hazard a guess that you are failing the test because it expects the page to move when the link is clicked. You don’t have enough page length for a scroll bar, so the test is erroneously failing.
Noticed this like 2 seconds ago when looking over code lolol, so its really just an issue of my welcome section CSS not working as that would make the page large enough.
In line 14, you call a CSS type -->" "class=“project-tile” ", but i didn’t find in the CSS part of the code an element with that name ( .project-title {} ).
I’m later going to polish these pages in order to have a website that is less bare, so I kinda put it there as a placeholder / so I could experiment with css while I was writing it. Probably should’ve put that in a comment but I rushed through.