diff options
author | Hakim El Hattab <hakim.elhattab@gmail.com> | 2016-01-08 11:05:59 +0100 |
---|---|---|
committer | Hakim El Hattab <hakim.elhattab@gmail.com> | 2016-01-08 11:05:59 +0100 |
commit | 4ee6769e0f3a80e8609f5586163d5fb5d4e65eb9 (patch) | |
tree | cde319f5756d03817e35794ff61587c848a7c284 | |
parent | 52aec94800dd092a81d3de0439f95a32cba8a8cf (diff) | |
download | fosdem-2018-presentation-4ee6769e0f3a80e8609f5586163d5fb5d4e65eb9.tar fosdem-2018-presentation-4ee6769e0f3a80e8609f5586163d5fb5d4e65eb9.tar.gz |
tweaked fragment examples
-rw-r--r-- | index.html | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -141,8 +141,7 @@ <p class="fragment fade-out">fade-out</p> <p class="fragment fade-up">fade-up (also down, left and right!)</p> <p class="fragment current-visible">current-visible</p> - <p class="fragment highlight-red">highlight-red</p> - <p class="fragment highlight-blue">highlight-blue</p> + <p>Highlight <span class="fragment highlight-red">red</span> <span class="fragment highlight-blue">blue</span> <span class="fragment highlight-green">green</span></p> </section> </section> |