-
-
Save austriker27/a6068657251e6920751de3bf6cd1cb09 to your computer and use it in GitHub Desktop.
Maker Link (via levelsio)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<style> | |
/* body { | |
background:#333; | |
} */ | |
.austriker-by { | |
font-family:"Helvetica Neue",sans-serif; | |
right:0; | |
bottom:0; | |
position:fixed; | |
z-index:100; | |
border-top-left-radius: 5px; | |
padding: 6px; | |
border-top:1px solid #efefef; | |
border-left:1px solid #efefef; | |
background:#fff; | |
color:#6f6f6f; | |
text-decoration:none; | |
} | |
.austriker-by:hover { | |
background:#fff; | |
color:rgb(255, 71, 66); /* change to your main brand color */ | |
} | |
.austriker-by img { | |
border-radius:100%; | |
width:22px; | |
vertical-align:middle; | |
} | |
.austriker-by p { | |
margin:0; | |
vertical-align:middle; | |
display:inline; | |
margin-left:7px; | |
font-weight:500; | |
font-size:14px; | |
} | |
</style> | |
<a target="_blank" rel="noopener" class="austriker-by" href="https://austriker.com/"><img src="#" /><p>by austriker</p></a> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment