when i use text align on a list in css the bullet points dont come with it code example
Example: html list bullets not centered
ul {
text-align: center;
list-style-position: inside;
}
ul {
text-align: center;
list-style-position: inside;
}