Can’t seem to figure out what i’m doing wrong with the welcome-section conforming to the height of the viewpoint. I have it set to height: 100vh; in css and i have checked that it adjusts according to screensize, but it is still failing the test.
Any help or recommendations would be appreciated.
That link is to a tribute page
One a side note, keep the test script when forking the pen (<script src="https://cdn.freecodecamp.org/testable-projects-fcc/v1/bundle.js"></script>
)
- The test script should be included, with all tests passing, when you submit your projects.
apologies, the correct link is up now. will do
5px of border of top, 5px on bottom… 10px is exactly the difference between expected and actual value
Thanks for the suggestion! i took out the welcome section border and it’s still off by 6px, not sure where it’s coming from. I ended up restarting the project with the intention of purely passing test and will make this an actual project outside of the requirements. Appreciate all the time and energy given to help!
checking your pen the border is still there
https://codepen.io/TFKraken/pen/NWRgQBd
sorry for the confusion, this is the new pen i created. It doesn’t look great, but it passes tests. The original i’m going to continue working on, just not as the test project.