Skip to content

Instantly share code, notes, and snippets.

@ksdme
Created October 9, 2017 23:50
Show Gist options
  • Save ksdme/6b44da269628724dcb1c20888cbce24d to your computer and use it in GitHub Desktop.
Save ksdme/6b44da269628724dcb1c20888cbce24d to your computer and use it in GitHub Desktop.
Injects DotSlash's Mascot
<style type="text/css">
.inj-card {
display: block;
position: fixed;
bottom: 30px;
right: 30px;
width: 75px;
height: 75px;
background: red;
border-radius: 3px;
box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
}
.inj-image {
width: 100%;
height: 100%;
border-radius: 3px;
}
</style>
<div class="inj-card">
<img src="https://i.imgur.com/Q3VgoVf.jpg" class="inj-image">
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment