I have been playing around with the padding of the about me text to get right in the center vertically but have been unsuccessful. Also, what should I do to make the text all aligned in a specific width and length instead of certain lines being longer than the others? Any advice?
Thanks
Code:
Wrap the image and paragraph in some container and use flex-box on the container (align-items: center). Also, I would make a section for each part of the page (welcome, about, projects, contact). As for text width, you can use max-width.
I was able to get the text centered through text alignment, thank you. However, I am still struggling in moving around the text to have it in the center in the right side of the page with the profile picture. How should I go about that?
I answered this in your other thread by the way.