Created
April 3, 2013 04:08
-
-
Save Barneybook/5298380 to your computer and use it in GitHub Desktop.
A CodePen by Barney Chen.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<li class="a"></li> | |
<li class="b"></li> | |
<li class="c"></li> | |
<li class="d"></li> | |
<li class="e"></li> | |
<li class="f"></li> | |
<li class="g"></li> | |
<li class="h"></li> | |
<li class="i"></li> | |
<li class="j"></li> | |
<li class="k"></li> | |
<li class="l"></li> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.a{list-style-type: decimal-leading-zero; /*阿拉伯數字個位數前方加0*/} | |
.b{list-style-type: cjk-ideographic; /*中文國字數字*/} | |
.c{list-style-type: lower-greek; /*小寫阿拉伯文字*/} | |
.d{list-style-type: armenian; /*亞美尼亞數字*/} | |
.e{list-style-type: georgian; /*喬治亞數字*/} | |
.f{list-style-type: hebrew; /*傳統的希伯萊數字*/} | |
.g{list-style-type: hiragana; /*日文平假名字符*/} | |
.h{list-style-type: hiragana-iroha; /*日文平假名序號*/} | |
.i{list-style-type: katakana; /*日文片假名字符*/} | |
.j{list-style-type: katakana-iroha; /*日文片假名序號*/} | |
.k{list-style-type: lower-latin; /*小寫拉丁字母*/} | |
.l{list-style-type: upper-latin; /*大寫羅馬數字*/} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment