我在CSS中設置了list-style-type
,但由於某種原因,它沒有顯示它。CSS list-style-type not working
body {
margin: 0;
}
ol {
list-style-type: decimal;
padding-left: 0;
}
<ol>
<li>Item 1</li>
<li>Item 2</li>
<li>Item 3</li>
</ol>
檢查您的保證金和填充... – yckart