add these style
This commit is contained in:
parent
7239fa838b
commit
fb365c2f05
7 changed files with 113 additions and 30 deletions
|
|
@ -47,4 +47,12 @@
|
|||
h5::before{
|
||||
content: counter(h5, lower-alpha) counter(h5, lower-alpha) ". ";
|
||||
}
|
||||
|
||||
h6{
|
||||
counter-increment: h6 1;
|
||||
}
|
||||
|
||||
h6::before{
|
||||
content: "(" counter(h6) "). ";
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue