Skip to content

Instantly share code, notes, and snippets.

@cfjedimaster
Created March 31, 2014 22:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cfjedimaster/9903717 to your computer and use it in GitHub Desktop.
Save cfjedimaster/9903717 to your computer and use it in GitHub Desktop.
<style>
.header2 #myHead {
display: block;
left: 10px;
top: 20px;
}
.header2 #myHead:after {
content: "The headline";
}
</style>
<section data-state="header2">
<p>header2 example</p>
</section>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment