Tech Document Pg Feedback Please

Hello,

Any feedback for my project is welcomed! Thank you in advance!

https://codepen.io/vinhdoan13/pen/bGbPYBy

1 Like

Hi @vinhdoan13,
Congratulations on finishing that. I like your hover effects.

On mobile sizes you might want to consider to stack the menu on top, like in the FCC example. Especially code becomes hard to read like this …

1 Like

Thanks for taking the time! I just changed the navbar! Thanks for that advice. The only problem I’m having really is that when I click on the navbar, it doesn’t go to the top of the section heading. Do you have any ideas on how to fix that?

Thanks again!

Welcome. You could add this for example:

#introduction,
#what_you_should_know_already,
#features,
#syntax,
#javascript_and_java {
  padding-top: 130px;
  margin-top: -130px;
  display: block;
}
1 Like