How to keep indent for second line in ordered lists via CSS?

I want to have an “inside” list with list bullets or decimal numbers being all flush with superior text blocks. Second lines of list entries have to have the same indent like the first row! E.g.: Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean Aenean massa. Cum sociis natoque … Read more

How to set Bullet colors in UL/LI html lists via CSS without using any images or span tags [duplicate]

This question already has answers here: Change bullets color of an HTML list without using span (14 answers) Closed 6 years ago. Imagine a simple unsorted list with some <li> items. Now, I have defined the bullets to be square shaped via list-style:square; However, if I set the color of the <li> items with color: … Read more