Skip to content

Instantly share code, notes, and snippets.

@planetoftheweb
Forked from cfjedimaster/gist:9903768
Last active September 2, 2015 20:06
Show Gist options
  • Save planetoftheweb/9903814 to your computer and use it in GitHub Desktop.
Save planetoftheweb/9903814 to your computer and use it in GitHub Desktop.
<!-- In between the <div="reveal"> and the <div class="slides">-->
<header style="position: absolute; left: 100px;"></header>
<!-- In between the <div="reveal"> and the <div class="slides">-->
<section data-state="header1">
<style>.header1 header:after { content: "Header 1 Example"; }</style>
<p>header1 example</p>
</section>
<section data-state="header2">
<style>.header2 header:after { content: "Header 2 Example"; }</style>
<p>header2 example</p>
</section>
<section data-state="header3">
<style>.header3 header:after { content: "Header 3 Example"; }</style>
<p>header3 example</p>
</section>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment