Hi there, I currently have a code on my loading screen to show random hints while a player is loading the server.
[CODE] </div>
<div style='position: bottom; bottom: 0; right: 0; bottom: 0; left: 0; width: 20%; height: 0%; margin: auto; overflow: visible;'>
<div id='loadingtext' style='margin-bottom: 1px; color: white; font-family: BebasNeueRegular; font-size: 20px; font-weight: ;'>Loading Text..</div>
</div>
</center>[/CODE]
However, it's currently in the top center of the page and I need it to be at the bottom center, does anyone know what I have to change for this?