Hi there, I completed my last project in Responsive Web-design Course. Here’s my portfolio link
Anudeep personal portfolio link
Kindly recheck the whole and tell me any betterments needed ? Any feedback can be taken positively .
Hi there, I completed my last project in Responsive Web-design Course. Here’s my portfolio link
Anudeep personal portfolio link
Kindly recheck the whole and tell me any betterments needed ? Any feedback can be taken positively .
You didn’t gave a reference of ids in nav. They are pointing to #.
You can add these in your nav element:
<li><a href="#welcome-section" >About Me</a></li>
<li><a href="#projects">Projects</a></li>
<li><a href="#contact">Contact</a></li>
You could set html scroll-behaviour to smooth for a better navigation effect?
html {
scroll-behavior: smooth;
}