All in all I am pretty satisfied with the result. The only thing that bugs me (which I don’t know how to fix) is when resizing the page to a smaller size, for example mobile, the title “Elon Musk - Engineer ~ Entrepreneur ~ Visionair” doesn’t scale well. The whole page scales down correctly, but the title remains the same size. If anyone has a tip on how to do this (or feedback in general) i would greatly appreciate it!
I really like those grey caption boxes with the shadows how did you make those if you don’t mind me asking? Really neat idea.
Page flows together really well.
With regards to the title words I would think it has something to do with it being absolutely positioned on your page which if I understand correctly means it won’t change as the screen scales. maybe try margin or padding to position it instead?
Thanks for your feedback! I was thinking about the relative/absolute positioning as well but the problem is that placing text over an image requires the text to be absolute and the image to be relatively positioned as far as i know. However, i will try fiddling around with the margin/padding to see if i can make it work that way.