차이

문서의 선택한 두 판 사이의 차이를 보여줍니다.

차이 보기로 링크

양쪽 이전 판이전 판
tech:css_list [2017/02/24 04:50] V_Ltech:css_list [2017/02/24 04:50] (현재) V_L
줄 15: 줄 15:
  
  
-<code> +<code css>
 ul.circle {list-style-type:circle} ul.circle {list-style-type:circle}
 ul.square {list-style-type:square} ul.square {list-style-type:square}
 ol.upper-roman {list-style-type:upper-roman} ol.upper-roman {list-style-type:upper-roman}
 ol.lower-alpha {list-style-type:lower-alpha} ol.lower-alpha {list-style-type:lower-alpha}
- 
 </code> </code>