Skip to content

Instantly share code, notes, and snippets.

@pawelmhm
Created January 25, 2013 18:15
Show Gist options
  • Save pawelmhm/4636614 to your computer and use it in GitHub Desktop.
Save pawelmhm/4636614 to your computer and use it in GitHub Desktop.
animated sections
/**
* animated sections
*/
article {
width:1000px;
height:600px;
}
#lover {
background:red;
}
#diver {
background:purple;
}
<!-- content to be placed inside <body>…</body> -->
<ul>
<li><a href="diver">Diver</a></li>
<li><a href="lover">Lover</a></li>
</ul>
<article id="lover">
</article>
<article id="diver">
I'm diving into the sea here
</article>
// alert('Hello world!');
{"view":"separate","fontsize":"100","seethrough":"","prefixfree":"1","page":"all"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment