My untitled list will not center the bullet points!

I am trying to create a list that is centered in the middle of the page but I can not find a way for my

    to center the bullet points. I can get the text to center but the bullet points themselves are still on the left side of the page.

    What should I do?

How are you getting the text to center? Please show the code.

I am running bootstrap so I thought maybe I could just ‘text-center’ it all.

  • Single mother
  • Written 2 books
  • Supports people in need
  • Constantly involved in the community
  • Shares her knowledge and wisdom with the world
  • Raised two children on her own

oops umm how do I show code without it popping up like normal text?

Blockquote>

  • Single mother
  • Written 2 books
  • Supports people in need
  • Constantly involved in the community
  • Shares her knowledge and wisdom with the world
  • Raised two children on her own
  • If you need help formatting your code look here

    1 Like
    <ul class="list-center text-center">
       <li class="list-center"> Single mother </li>
       <li>  Written 2 books </li>
       <li> Supports people in need </li>
       <li>  Constantly involved in the community </li>
       <li>  Shares her knowledge and wisdom with the world </li>
       <li>  Raised two children on her own </li>
       </ul>