- 1
I can't align the bullet points in an unordered list to the center. I can get the text to move, but not the bullet points.
3 ответов
+ 1
put the <center> tag before the <ol> or <ul>tag, and after. Should work.
+ 1
use
ul{
list-style-position:inside;
}
it'll be moved in respect to the styles applied to the list
0
you have to move the whole list not only the bullets