My completed portofolio project!

I’ve finally completed my personal portfolio, feel free to view the project and I don’t mind feedback. Just a disclaimer: I don’t think the ‘email me’ link works properly.
Thank you

2 Likes

Hi @zaydaaziz17

Great looks portfolio page.

I noticed a few things with your code.

Some of the text appears to overlap, or is hidden behind other elements.

The Tribute Page project does not appear to have a closing anchor tag.

The padding property cannot take negative values.

#about-me{
padding: -30%;
}

Happy coding

1 Like