Skip to content

Instantly share code, notes, and snippets.

@mbuttler
Created August 20, 2017 15:26
Show Gist options
  • Save mbuttler/63ef4e3e0a967bbe70eacf36ed3d55d8 to your computer and use it in GitHub Desktop.
Save mbuttler/63ef4e3e0a967bbe70eacf36ed3d55d8 to your computer and use it in GitHub Desktop.
HTML Part
<!-- Start the link -->
<a href="http://cbc.ca/news">
<!-- create button with id so we can target it with the CSS we're gonna use to make it float -->
<button id="safe-exit-button">Safe Exit</button>
<!-- Stop the link -->
</a>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment