aboutsummaryrefslogtreecommitdiff
path: root/examples/layout-helpers.html
diff options
context:
space:
mode:
authorHakim El Hattab <hakim.elhattab@gmail.com>2020-05-11 11:57:09 +0200
committerHakim El Hattab <hakim.elhattab@gmail.com>2020-05-11 11:57:09 +0200
commitaafb8769f91b2c029bd04ce901992eccd6ebdc1f (patch)
tree4cf4cf1eddf02351a8e6d529c6cddaee07f941b1 /examples/layout-helpers.html
parentaa2a4a0a369780cceac4d43db0b1afac0a1ca4ac (diff)
downloadfosdem-2021-minimalism-presentation-aafb8769f91b2c029bd04ce901992eccd6ebdc1f.tar
fosdem-2021-minimalism-presentation-aafb8769f91b2c029bd04ce901992eccd6ebdc1f.tar.gz
example content error
Diffstat (limited to 'examples/layout-helpers.html')
-rw-r--r--examples/layout-helpers.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/layout-helpers.html b/examples/layout-helpers.html
index 82eeba0..0d83fd2 100644
--- a/examples/layout-helpers.html
+++ b/examples/layout-helpers.html
@@ -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>