+ 5
Diferencias entre estilos de listas inside y outside // Differences between styles of lists inside and outside
¿Cuál es la diferencia entre los valores inside y outside (por defecto) de la propiedad list-style-position? // What is the difference between the values inside and outside (by default) of the list-style-position property?
1 Answer
+ 3
When set "outside", the bullets are outside the list item and vice versa.
You can visualize this if you set the padding of your list to zero and apply a border / background.