Portfolio page feedback + flexbox help

Hey guys.

I have just finished my portfolio page and would love to hear (read…?) some feedback about it.

Here it is.

Also, I have a slight problem with contact form layout. I really want the submit button to be on the right side of it. I used flexbox to make an entire layout, so i think align-self: flext-end somewhere in the submit button’s properties should do the trick. But, for some bizzare reason, it doesn’t. Any ideas or advice how to fix this?

Your page looks good :slight_smile:

How about adding margin-left: auto; to the button?

You may want to add target="_blank" to your links.

Ha! margin-left: auto; worked! Thank You very much, mate!