Hello, Guys Please I need help with my landing page project.
Two issues: the first is “The navbar should always be at the top of the viewport.” Even when I have used the position value of fixed on the nav-bar element yet it’s not letting me pass that story.
Secondly, am trying to make my landing page look like thisgregobyte.com not like the whole site but just the way the fonts are arranged side by side with the images, I feel I can use flexbox to do this but not just sure how and what exactly I need to do to get them to align properly. here is my codepen: my codepen
Regarding the first question, the clue is in the assertion error message: “#header or one of its children”. The test is looking for the element with id="header" or one of its direct children (with no intermediate descendents).
yeah, but the header element contains the id=header and id= nav-bar, and the navbar which is contained in the header element was positioned to fixed, do you know how else it can be done? @lionel-rowe