I've searched far and wide on Google, Stack Overflow, and other sources for solutions to vertically align text within my code, but I'm struggling to make it work.
My code features a form where users can input a 'doom name' and the text will appear on an image.
All I want is to perfectly align the entered text on the image so it looks natural when printed in real life.
I've attempted different methods, but as this is my first website, troubleshooting has proven to be quite challenging.
Check out this Bootply link for reference: http://www.bootply.com/NQWhZArz7D
Thank you!
(No need to worry about responsive issues, they're all addressed in my code)
Edit: The solution must support entering multiple lines of text.