Feedback for Portfolio - Any is appreciated!

Hello all,

I have been on Freecodecamp for about a week and have just finished the Portfolio page. I know this may get posted a lot but any feedback is appreciated to make my page more appealing and/or functional.

(http://codepen.io/ryelliott436/pen/RKxOer)

Thanks so much!

it looks very clean :slight_smile:

the last section called “contact” , have you tried increasing the Height of the section so it doesnt show part of the Porfolio? try this on your CSS section

#contact3{
  Height : 100vh !important;
}

This tells the page to display at 100% of the viewable hight of whatever resolution the user has.

1 Like