Lists

Lists are used to arrange items together and present information using numbered text or bullets.

Normal Lists

Normal lists can be used to present information items together, as numbered (ordered) or not-numbered (unordered).

  1. Item 1
  2. Item 2
  3. Item 3
  4. Item 4
  1. Item 1
  2. Item 2
  3. Item 3
  4. Item 4
  1. Item 1
  2. Item 2
  3. Item 3
  4. Item 4

You can paste the below code to get the lists of above styles.

Nested Lists

Nested lists can be used to present information items together where one list is nested within another.

You can paste the below code to get the lists of above styles.

Spaced List

Spaced lists can be used to present information items together where one with uniform space between each item.

You can paste the below code to get the spaced lists of above styles, this code will give you 2 items, rest you can add as many by simply duplicating the li item.

Stacked List

Stacked lists can be used to present information items together where there is no space between each item.

You can paste the below code to get the stacked lists of above styles, this code will give you 2 items, rest you can add as many by simply duplicating the li item. Note that the only addition to spaced list above is the class mt-3 in each li item.