Top navbar doesn't move directly to the text, but it technically works, it doesn't look nice

Hi folks, I’ve completed all tests, but the top navbar button does not guide me directly to the text, is there a way to move the text down, so it looks nicer?
Any and all help is appreciated. Thanks.

give #navbar to
position: relative;

and remove style tag from CSS if you use external CSS then don’t need to give style tag. Style tag can be use in only html file.

one thing if you used position: fixed then you want to move directly on your text then give top padding or margin greater than your navbar height.

Surajkushvaha, this is EXACTLY how I wanted it to perform! Thank-you!

It’s my pleasure glad to help you :slightly_smiling_face:.
I also faced this same problem before 6 month

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