Skip to content

Instantly share code, notes, and snippets.

@Sekaiichi
Last active February 19, 2017 10:54
Show Gist options
  • Save Sekaiichi/f5f5aea24ea9e1b6d21d0971b188e2e6 to your computer and use it in GitHub Desktop.
Save Sekaiichi/f5f5aea24ea9e1b6d21d0971b188e2e6 to your computer and use it in GitHub Desktop.
Created by asad technologies
<span class="asad">
Сделано с <i class="fa fa-heart pulse"></i> в <a href="http://asad.tj" target="_blank">Asad Technologies</a>
</span>
span.asad {
color: black;
font-size: 14px;
display: block;
position: absolute;
bottom: 10px;
position: absolute;
width: 90%;
left: 50%;
top: 45%;
bottom: auto;
right: auto;
transform: translateX(-50%) translateY(-50%);
text-align: center;
}
span.asad a:hover {
color: black;
}
span.asad .fa {
color: #E90606;
margin: 0 3px;
font-size: 12px;
animation: pound 0.35s infinite alternate;
-webkit-animation: pound 0.35s infinite alternate;
}
span.asad a {
color: black;
text-decoration: none;
}
@-webkit-keyframes pound {
to {
transform: scale(1.1);
}
}
@keyframes pound {
to {
transform: scale(1.1);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment