Skip to content

Instantly share code, notes, and snippets.

@ducin
Created September 19, 2016 14:27
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ducin/1678ed3bd8b3ffda6498f313b9d9b99d to your computer and use it in GitHub Desktop.
Save ducin/1678ed3bd8b3ffda6498f313b9d9b99d to your computer and use it in GitHub Desktop.
REVEAL.JS bonus
Reveal.configure({
keyboard: {
40: 'next',
38: 'prev'
}
});
<a style="font-family: 'Source Sans Pro', Helvetica, sans-serif;text-decoration: none;font-size: 1.6em;position: absolute;bottom: 1em;left: 9em;z-index: 2;color: #4099FF;" href="https://twitter.com/hashtag/conference">
<span>#conference</span>
</a>
<a style="font-family: 'Source Sans Pro', Helvetica, sans-serif;text-decoration: none;font-size: 1.6em;position: absolute;top: 1em;left: 1em;z-index: 2;color: #4099FF;" href="http://twitter.com/tomasz_ducin">
<span>@tomasz_ducin</span>
</a>
@ducin
Copy link
Author

ducin commented Sep 22, 2016

.reveal pre {
    margin-top: -60px !important;
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment