So I saw this thing were you refresh and the text changes sentences... I got the code and it works but the thing is that I cant get the color to change and the size, nor align it.
<script type="text/javascript">
var sentences = new Array(
"Best site in rsms",
"Please give us game ideas!",
"On currents :))",
"Games for fun?",
"No u",
"Pls",
"HUH?"
);
</script>
This is for my head^^^
This is where i want it to go
<script type="text/javascript">document.write(sentences[Math.floor(Math.random()*sentences.length)]);
</script>