nenna
December 20, 2019, 3:11pm
#1
Hey,
I’m getting an error on my 12th user story and I CAN’T find what
seems to be wrong, and I looked many times.
I would highly appreciate if you could have a look at my html code and see if
I’m missing something??
Also, the reference links ( mdn, wikipedia, w3school links in the ul ) on my page doesn’t work. What could be the issue here?
my pen: https://codepen.io/nenna_e/pen/LYENNrq?editors=1000
Hey @nenna ,
You have spelled “Improvements” wrong in the header
section.
nenna:
Also, the reference links ( mdn, wikipedia, w3school links in the ul ) on my page doesn’t work. What could be the issue here?
These links do not work because your navbar has height of 100% and it overlaps.
If you reduce the height of navbar and check your links, they would work fine.
Hope this helps.
nenna
December 20, 2019, 5:46pm
#3
It helped plenty :). Thanks!
1 Like