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
Yes, simply use something like:
ul { padding-left: 10px; }
And it will bump each successive ul by 10 pixels.
ul
Working jsFiddle