My portfolio page, please review

Hello Everyone,

I Just completed working on my portfolio (with a lot of help from other portfolios :sweat: ;)). Critique it guys. Thanks in advance :slight_smile: )

I know its not mobile responsive, I am working on it, I would appreciate if anyone lets me know how to make it mobile responsive.

Thanks in advance.

loved the thumbnails, could work on the size of each section for example on the last one β€œcontact” maybe add a backround size like

.contacts{
background-color:black;
text-align:center;
height:720px;
color:white;
}

Thank you. I will definitely work on it.

Just found a good way to fix it. Change night to

.contacts{
background-color:black;
text-align:center;
height:100vh;
color:white;
}

This will change the hight to what ever the user has .