상세 컨텐츠

본문 제목

list-style color 지정

쿠쿠 작업장(home page)/css

by eunclove 2015. 3. 3. 19:40

본문

728x90
반응형

ul li {list-style:none}


ul li:before {content:counter(item, disc)""; color:#000000}



ol li {list-style:none; counter-increment:item}


ol li:before {content:counter(item)""; color:#000000}

728x90

'쿠쿠 작업장(home page) > css' 카테고리의 다른 글

css text 관련 모음  (0) 2015.04.18
css(css3) box-sizing  (0) 2015.04.15
미디어쿼리  (0) 2014.06.26
가상 선택자  (0) 2014.06.12
css nav 만드는법  (0) 2013.11.26

관련글 더보기

댓글 영역