Portfolio help and feedback - first portfolio

Hello campers! I want a feedback on my portfolio, any suggestions/thoughts would be appreciated!
It’s only a blank yet, the beggining…but yet I would like to know what you think of it untill now!

P.S. - How do I make it fixed on the page? without this annoying part on the right side of the page? (empty)

thanks ahead! :slight_smile:

Hello,
In the body tag of your CSS try adding:
background-position: center;
Then I created another tag to align and size your content:
div.background {
max-width: 1200px;
margin: auto;
}
I hope this is useful.