balas de lista HTML no centradas

ul {
    text-align: center;
    list-style-position: inside;
}
Lazy Lizard