Build a Personal Portfolio Project

https://codepen.io/Slick_Moos/pen/RyJaMq

I’m struggling with two things.

  1. I don’t know what to do about the white space at the top of the screen, I’ve tried padding but it wouldn’t work.
  2. For some reason, I can’t get my Github background to change, only my twitter button. which is located in the middle of the web page.

P.S. The CSS relating to the twitter and Github buttons are at the bottom.

I’m aware my web-written content doesn’t really make sense, I was more so fooling around.

The act</a> bit near the top of your code is what’t causing it. You can’t see it on the page because of the body’s white color. You may also want to remove the stray </li> bit below it.

Look at your selector carefully. You typed github in the CSS, but it should be .github.

2 Likes

Thank you for solving my answer. And going above and beyond.