728x90 300x250 SMALL css 카운터1 css Counter 사용방법 counter 함수를 사용하기 위해서는 먼저 counter-reset 속성을 사용해서 초기화 해야 한다. (초깃값 0) body{ counter-reset: my-counter; /* counter 이름 'my-counter'으로 지정 초깃값 : 0 */ } counter() 함수는 'counter(name)'와 'counter(name, style)' 이렇게 두 가지 형태로 사용할 수 있다, 기본값은 (십진수 decimal) html counter 예제 counter 예제 counter 예제 counter 예제 counter 예제 css ol > li::before { counter-increment: my-counter; /* my-counter 값을 1씩 증가 */ content: counter(m.. 2022. 1. 12. 이전 1 다음 728x90 반응형 LIST