I’m just starting front end design and I can’t get the unordered list on my tribute page working quite right. I want to center the text, so I add the class text-center to the ul element. This makes the words centered but not the bullet point. This is what the code looks like now,
<ul class="white-text text-center">
<li>1757-Born in Charlestown, St Kitts and Nevis</li>
</ul>
and this is what the site looks like
What am I doing wrong?