Home
Head's Up: I'm in the middle of upgrading my site. Most things are in place, but there are something missing and/or broken including image alt text. Please bear with me while I'm getting things fixed.

Prevent li Elements From Shifting Right In A ul List

Example

Open your book to the first page Pack the kits and don’t forget the salt Paint the sockets in the wall dull green Pick a card and slip it under the pack

CSS

.unshiftExample {
  list-style: none;
  padding-left: 0;
}

Footnotes And References