Skip to content

Instantly share code, notes, and snippets.

@rastermanden
Last active May 19, 2020 11:57
Show Gist options
  • Save rastermanden/ba7d84f58aa25d71d7eb9e4cc5d9c6ce to your computer and use it in GitHub Desktop.
Save rastermanden/ba7d84f58aa25d71d7eb9e4cc5d9c6ce to your computer and use it in GitHub Desktop.
.widget-html {
position: fixed;
top: 230px;
left: 20px;
height: 36px;
width: 36px;
}
.widget-html > a {
height: 100%;
width: 100%;
text-align: center;
line-height: 36px;
background-color: white;
display: block;
border: 1px solid rgba(150,150,150,.4);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment