FCC Portfolio review

Hey guys, I feel like this can be better… How do i arrange my imported projects better https://codepen.io/emu_code/pen/oNgBexO

Wrong choice of words there, my bad. I actually finished the responsive web design course on FCC … It’s just a little problem I’m having as all newbies do.

There are a lot of things you need to change and here are some of them:

  • the fixed nav bar takes up so much space. decrease its height.
  • In the welcome section or the one about you, add some padding to the left and right. You can also use margin as another option.
  • There is some whitespace surrounding the sides of your portfolio. get rid of those. If the default background color of your site is not white, get rid of the whitespace outside of your page to remove the somehow “bothersome” look of the page.
  • To lay out your projects a little bit better, surround each one in a div. style the div’s a little better. You can color them differently than the background, add a border around them, etc.
    After you’ve done that, try using some flexbox to make each project lay side-by-side

Great job on everything else. Keep up the great work.

1 Like

Thank you Conner, you’ve been most helpful. I’d get on it.

1 Like