Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 |
Tags
- JavaScript
- port
- find
- xargs
- Source
- grep
- ssh
- tomcat
- plugin
- 단축키
- vscode
- GIT
- IntelliJ
- Mac
- context
- maVen
- Quartz
- Eclipse
- 줄바꿈 문자
- lsof
- profile
- netsh
- resource
- VirtualBox
- Windows 10
- web.xml
- 네트워크
- import
- Windows
- bash
Archives
- Today
- Total
develog
[css] list-style-type 본문
.disc { list-style-type: disc; }
.circle { list-style-type: circle; }
.square { list-style-type: square; }
.none { list-style-type: none; }
.decimal { list-style-type: decimal; }
.decimal-leading-zero { list-style-type: decimal-leading-zero; }
.lower-alpha { list-style-type: lower-alpha; }
.upper-alpha { list-style-type: upper-alpha; }
.lower-roman { list-style-type: lower-roman; }
.upper-roman { list-style-type: upper-roman; }
Comments