jcadima
3/5/2015 - 9:46 PM

Html <li> position, inside ( inline with the rest of the content ) Default is outside, this makes html lists appear farther to the left than

Html

  • position, inside ( inline with the rest of the content ) Default is outside, this makes html lists appear farther to the left than the elements above it.
  • ul {
        list-style-position: inside;
    }