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

Merge pull request #79 from ob1/patch-1

Update README to reflect "reveal" container selector change
parents 7366f607 2b85a7de
No related branches found
No related tags found
Loading
...@@ -13,7 +13,7 @@ Curious about how it looks in action? [Check out the demo page](http://lab.hakim ...@@ -13,7 +13,7 @@ Curious about how it looks in action? [Check out the demo page](http://lab.hakim
Markup heirarchy needs to be ``<div id="reveal"> <div class="slides"> <section>`` where the ``<section>`` represents one slide and can be repeated indefinitely. If you place multiple ``<section>``'s inside of another ``<section>`` they will be shown as vertical slides. For example: Markup heirarchy needs to be ``<div id="reveal"> <div class="slides"> <section>`` where the ``<section>`` represents one slide and can be repeated indefinitely. If you place multiple ``<section>``'s inside of another ``<section>`` they will be shown as vertical slides. For example:
```html ```html
<div id="reveal"> <div class="reveal">
<div class="slides"> <div class="slides">
<section>Single Horizontal Slide</section> <section>Single Horizontal Slide</section>
<section> <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