Travis build: 66 [cron]
This commit is contained in:
@ -559,7 +559,7 @@ li::before {
|
||||
<p>You can create a ordered list using any type of HTML.</p>
|
||||
<ol>
|
||||
<li>
|
||||
<p><code>counter-reset</code> Initializes a counter, the value is the name of the counter. By default, the counter starts in 0. This property can also be used to change its value to any specific number.</p>
|
||||
<p><code>counter-reset</code> Initializes a counter, the value is the name of the counter. By default, the counter starts at 0. This property can also be used to change its value to any specific number.</p>
|
||||
</li>
|
||||
<li>
|
||||
<p><code>counter-increment</code> Used in element that will be countable. Once <code>counter-reset</code> initialized, a counter's value can be increased or decreased.</p>
|
||||
|
||||
Reference in New Issue
Block a user