Personal Portfolio -- FCC project

What’s up folks !

I was able to pass all tests but still just have to align content inside form. Any feedback would be amazing.

https://codepen.io/forthehnh/pen/LYRRgxr)

1 Like

It’s good, I cannot navigate to other parts of the web page by the navigation bar, but other than that it is :smiley: good!

1 Like

HI @fortheHNH!

For the nav bar, it would be nice for the nav links to actually go to the sections on the page as pointed out by @Brijesh

your code

       <li> <a class="nav-link" href="#">Bio</a></li>
          <li> <a class="nav-link" href="#">Projects</a></li>
          <li> <a class="nav-link" href="#">Contact</a></li>
          <li> <a class="nav-link" href="#">Social</a></li>

For the form, I guess it depends on what you want for the alignment. If you want the text in the labels to be centered than you can just do text-align:center;

2 Likes

Hey @Brijesh @jwilkins.oboe
I completly forgot about adding those links… Thanks for the feedback!

1 Like