Travis build: 66 [cron]

This commit is contained in:
30secondsofcode
2018-11-21 20:52:46 +00:00
parent ea575d489d
commit d8a622a294
2 changed files with 2 additions and 2 deletions

View File

@ -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>