To insert an image description, links to the author's site or other information use `figure` tag with `figcaption`
<figure>
<figure>
<img class="cover" src="picture.png">
<img class="cover" src="picture.png">
...
@@ -323,19 +343,19 @@ To add quote’s author wrap a quote to a `<figure>` element and put a caption i
...
@@ -323,19 +343,19 @@ To add quote’s author wrap a quote to a `<figure>` element and put a caption i
#### Shout
#### Shout
…
There are slides, which need to be described in only a few words. Usually they display a call for action, define common themes, link to project or something else. To stylize this text, use the `shout` class.
<section class="slide">
<section class="slide">
<h2 class="shout">Shout</h2>
<h2 class="shout">Shout</h2>
</section>
</section>
…
Add `grow` class to animate text from small to big size
<section class="slide">
<section class="slide">
<h2 class="shout grow">Growing Shout</h2>
<h2 class="shout grow">Growing Shout</h2>
</section>
</section>
…
Or, on the contrary, for animate text size from big to small add `shrink` class.
<section class="slide">
<section class="slide">
<h2 class="shout shrink">Shrinking Shout</h2>
<h2 class="shout shrink">Shrinking Shout</h2>
...
@@ -343,20 +363,20 @@ To add quote’s author wrap a quote to a `<figure>` element and put a caption i
...
@@ -343,20 +363,20 @@ To add quote’s author wrap a quote to a `<figure>` element and put a caption i
#### Place
#### Place
…
Use `place` class on img attribute give same effect as `cover` class - set background image
<section class="slide">
<section class="slide">
<img class="place" src="picture.png">
<img class="place" src="picture.png">
</section>
</section>
…
If you want collocate picture at a certain side, you need to use `top` / `right` / `bottom` / `left` class as shown below
<img class="place top" src="picture.png">
<img class="place top" src="picture.png">
<img class="place right" src="picture.png">
<img class="place right" src="picture.png">
<img class="place bottom" src="picture.png">
<img class="place bottom" src="picture.png">
<img class="place left" src="picture.png">
<img class="place left" src="picture.png">
…
You can also combine classes for location in corners:
<img class="place top left" src="picture.png">
<img class="place top left" src="picture.png">
<img class="place top right" src="picture.png">
<img class="place top right" src="picture.png">
...
@@ -365,7 +385,7 @@ To add quote’s author wrap a quote to a `<figure>` element and put a caption i
...
@@ -365,7 +385,7 @@ To add quote’s author wrap a quote to a `<figure>` element and put a caption i
#### Notes
#### Notes
…
When neccessary to add some notes for slide, you may use `footer` class, that hide your notes at all time and show them when you hover to slide:
<section class="slide">
<section class="slide">
<p>Retro meh brunch aesthetic.</p>
<p>Retro meh brunch aesthetic.</p>
...
@@ -374,4 +394,3 @@ To add quote’s author wrap a quote to a `<figure>` element and put a caption i
...
@@ -374,4 +394,3 @@ To add quote’s author wrap a quote to a `<figure>` element and put a caption i