by Diana » Mon Nov 13, 2017 8:38 am
Haha, I believe in you, Lemon! Centering text horizontally is not bad. You can use the css rule "text-align:center", just like the "align=center" BBCode on Windlyn. However, centering text vertically is very difficult. You might need to use multiple rules together to move the text down a certain amount you calculate relative to your parent element's height, but that solution is generally "bad". There are some new, more complicated css to automatically center things vertically, no matter the height of the parent element, such as flexbox, but if you're not educated in document flow, you should be very wary of using it.