Skip to content
Snippets Groups Projects
Commit aafb8769 authored by Hakim El Hattab's avatar Hakim El Hattab
Browse files

example content error

parent aa2a4a0a
No related branches found
No related tags found
No related merge requests found
......@@ -48,9 +48,9 @@
<p>Stacks multiple elements on top of each other, for use with fragments.</p>
<pre><code class="html" data-trim data-line-numbers>
<div class="r-stack">
&gt;img class="fragment" width="450" height="300" src="..."&lt;
&lt;img class="fragment" width="300" height="450" src="..."&lt;
&lt;img class="fragment" width="400" height="400" src="..."&lt;
&lt;img class="fragment" width="450" height="300" src="..."&gt;
&lt;img class="fragment" width="300" height="450" src="..."&gt;
&lt;img class="fragment" width="400" height="400" src="..."&gt;
</div>
</code></pre>
</section>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment