Personal Portfolio Webpage - Build a Personal Portfolio Webpage

Hi @Eastside

Check my answer here, it might help you in this one too.

Also remember you can change the display property in elements, for example:

a {
  display: block;
}

It might help too here.

But try to comment out all the CSS rules for layout and start over

You can use border and outline (I prefer this one because it does not affect other properties).

Happy coding!

1 Like