Setting the nav bar to take up the whole side

i am looking to set up the navbar on the right and take up the whole right side.
also get the links in the to be in the center

Your code so far

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 6.3; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0

Challenge: Build a Technical Documentation Page

Link to the challenge:

Check the spelling of ‘height’ under your #navbar in css and also I would change it to this:

height: 100vh;

vh sets it equal to the viewport height (or screen height) where as setting it to 100% only sets it equal to 100% of the height of the parent container.

thank you, that was stupid of me to not pick that up…

but now it has a new issue and for some reason its till not to the full height.

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.