Tell us what’s happening:
I write the code which has the same responsive effect as the example, However, i couldn’t pass
User Story #14: On regular sized devices (laptops, desktops), the element with id=“navbar” should be shown on the left side of the screen and should always be visible to the user.
I checked Youtube, find MDN, search google, I couldn’t find the answer, could anyone help me?
Below is what I wrote, hope any senior could give me a hint where shall I amend
Would like to thank you in advance for helping
Your browser information:
User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.79 Safari/537.36.
To be always visible the navbar element needs to be fixed, (display property). Then to be at the left, I think it needs to be at 0px offset from the left, or floated to the left.
Hi, I am currently arranging the technical documentation page through freecodecamp, and I am on user story 4. It’s asking to use ids for the corresponding header for each section element:
Would this be the correct way to complete this portion of the challenge
i am stuck in my technical documentation page. user story #14: on regular size devices navbar should be at left side and should always be visible to the user. here is the link.