忍者ブログ
26 December

リスト
    を元に戻す方法

ol li,
ol{
    list-style-type: decimal;
}
ol{
    padding-left:35px;
}

liとol両方にリストスタイルタイプを付けないと数字が出ない
PR