list-style-position
CSS Property:
Result:
- List Iteam 1
- List Iteam 1
CSS Code:
#myDiv {
padding:20px 30px;
list-style-style:none;
list-style-position:outside;
}
Click the property values above to see the result
Click the property values above to see the result