Created
October 9, 2017 23:50
-
-
Save ksdme/6b44da269628724dcb1c20888cbce24d to your computer and use it in GitHub Desktop.
Injects DotSlash's Mascot
This file contains hidden or 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 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