Adding code styling to property value. (#34463)

Adding <code> styling for property value infinite in the ## Instructions.
This commit is contained in:
Almaz Kunpeissov
2019-02-17 12:02:33 +06:00
committed by Randell Dawson
parent 38777ef429
commit 79af29dd2b

View File

@ -14,7 +14,7 @@ In this case the animation will stop after running 3 times, but it's possible to
## Instructions
<section id='instructions'>
To keep the ball bouncing on the right on a continuous loop, change the <code>animation-iteration-count</code> property to infinite.
To keep the ball bouncing on the right on a continuous loop, change the <code>animation-iteration-count</code> property to <code>infinite</code>.
</section>
## Tests