Build a Technical Documentation Page (help)

i cant get to 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. and i dot know how to pass it my code is here https://codepen.io/Mohamed-Azzaz/full/yqJPOq/

1 Like

I can’t see the tests. Can you add the tests?


this is the test suite sorry i was had not internet connection for while

Now I can’t see the codes. Can you add your code and test suite as well?

When I add the test JS to your code, you pass all tests.

sorry how you add test js

You can simply add this line in your html. Probably before end of your body tag.

<script src = "https://cdn.freecodecamp.org/testable-projects-fcc/v1/bundle.js"></script>

2 Likes

thanks man for your help