Technical Documentation Page - Build a Technical Documentation Page

Your #navbar should always be on the left edge of the window.

I have been stalked on this test since yesterday, pls help me out if you know the issue

nav{
width: 30%;
border-right: 2px solid black;
margin: 20px auto;
height: 100%;
position: fixed;
left: -20px;
top: -20px;
text-align: left;
}

Your browser information:

User Agent is: Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Mobile Safari/537.36

Challenge Information:

Technical Documentation Page - Build a Technical Documentation Page

Hello!
Could you provide us with the HTML code that goes with this CSS so we can have an overview of your current project and a better understanding of what’s going wrong?

Remove the left property and value, and mak the top property value 0

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