example content error
This commit is contained in:
parent
aa2a4a0a36
commit
aafb8769f9
1 changed files with 3 additions and 3 deletions
|
@ -48,9 +48,9 @@
|
||||||
<p>Stacks multiple elements on top of each other, for use with fragments.</p>
|
<p>Stacks multiple elements on top of each other, for use with fragments.</p>
|
||||||
<pre><code class="html" data-trim data-line-numbers>
|
<pre><code class="html" data-trim data-line-numbers>
|
||||||
<div class="r-stack">
|
<div class="r-stack">
|
||||||
>img class="fragment" width="450" height="300" src="..."<
|
<img class="fragment" width="450" height="300" src="...">
|
||||||
<img class="fragment" width="300" height="450" src="..."<
|
<img class="fragment" width="300" height="450" src="...">
|
||||||
<img class="fragment" width="400" height="400" src="..."<
|
<img class="fragment" width="400" height="400" src="...">
|
||||||
</div>
|
</div>
|
||||||
</code></pre>
|
</code></pre>
|
||||||
</section>
|
</section>
|
||||||
|
|
Loading…
Reference in a new issue