Skip to content

Instantly share code, notes, and snippets.

@guinslym
Created June 28, 2019 18:15
Show Gist options
  • Save guinslym/8a718b55b0d29cb3e90c4779fa808fbb to your computer and use it in GitHub Desktop.
Save guinslym/8a718b55b0d29cb3e90c4779fa808fbb to your computer and use it in GitHub Desktop.
<style type="text/css">
.libraryh3lp a {
background: #002f5e;
border: 0;
box-sizing: inherit;
color: #fff;
cursor: pointer;
font-size: 16px;
line-height: 1em;
padding: 18px;
position: fixed;
text-align: center;
text-decoration: none;
z-index: 100;
bottom: -1px;
right: 30%;
font-family: "Open Sans", sans-serif;
transition: padding 0.3s ease-out;
}
.libraryh3lp a:hover {
padding-bottom: 1.4em;
}
.libraryh3lp span {
padding-left: 10px;
}
</style>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment