Hey there,
For my product landing page project, I set up a codepen, but even though I’ve fulfilled the spec for the header, the test still fails.
https://codepen.io/HappyCamper20/pen/bOOzbr
Please be gentle, it’s still a work in progress.
Hey there,
For my product landing page project, I set up a codepen, but even though I’ve fulfilled the spec for the header, the test still fails.
https://codepen.io/HappyCamper20/pen/bOOzbr
Please be gentle, it’s still a work in progress.
The nav needs to be fixed, you can add the .is-fixed-top bulma class to the .navbar header.
You can also add the .has-navbar-fixed-top
to the body to “provide the appropriate padding to the page” you will still need to add a bit of padding/margin (top) to push down the content a bit more, so it isn’t covered up by the header.
Thanks! I thought it would be something like that.