728x90
CSS 리스트 기호 변경하기
list-style은 목록 앞에 붙는 기호를 변경할 수 있는 요소
기본값: disc
문법
list-style: none / disc / circle / decimal /lower-roma ;
none: 기호 없음
disc: ●
circle: ○
decimal: 숫자
lower-roma: 소문자 로마자
<ol>을 사용하면 더 쉽다
'UI > CSS' 카테고리의 다른 글
CSS keyframes 애니메이션 (0) | 2021.05.01 |
---|---|
CSS transform 정리 (0) | 2021.05.01 |
CSS border-radius 테두리 모서리 변경하기 (0) | 2021.05.01 |
CSS background size | image | clip / text-shadow / word-wrap | word-break (0) | 2021.05.01 |
CSS position | z-index (0) | 2021.05.01 |