I\'m new to CSS and working with list. I tried using one of the code I saw on w3schools which shows how to indent lists:
A n
li {
padding-left: 30px;
}
Some text to show left edge of container.
- List item
li {
margin-left: 30px;
}
Some text to show left edge of container.
- List item