+ 2
Help question about unresponsive nav bar beginning html
https://code.sololearn.com/WE1wlgM1DdIo/?ref=app My nav bar isnât working and Iâm not sure what im doing wrong. I would appreciate any advice (:
6 Answers
+ 2
Thank you calvin i noticed from your example that i need not make a space on IDs
+ 1
Your nav bar is currently linking to a different url, What you want to do is link to in page id's. Give a tag an id such as
<h1 id="cupcakes">Cupcakes</h1>
and in the nav bar link to it like
<a href="#cupcakes">Cupcakes</a>
+ 1
Thank You!
0
I formatted your codes in proper format.
Corrected some of the image link errors.
And adjusted nav CSS.