Help with a navbar

Tell us what’s happening:
I absolutely cannot make it look like the answer…

Your code so far
https://codepen.io/tristan-durden/pen/oNzYddZ

Your browser information:
Chrome

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36.

Challenge: Build a Technical Documentation Page

Link to the challenge:

HI @tristandurden

I just noticed your css at media doesnt have curly braces
For example.

@media() {
 nav{

}
}

I fixed the code. Still i do not know how to make the p and header tags text be to the right of the navbar…

add a margin to your main section and remove the closing curly brace right at the top of your css.

Wow that helped a lot, thank you friend.

No problem, if that was the solution, you can click solution and like buttons :smiley:

1 Like