Skip to content

Instantly share code, notes, and snippets.

@josescasanova
Created July 7, 2015 02:25
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save josescasanova/2deb8213aa8fce87238f to your computer and use it in GitHub Desktop.
Save josescasanova/2deb8213aa8fce87238f to your computer and use it in GitHub Desktop.
made with love
<span>
Made with <i class="fa fa-heart pulse"></i> in <a href="#" target="_blank">Miami</a>
</span>
body
background: #e9e9e9
font-family: 'Roboto', sans-serif
text-align: center
-webkit-font-smoothing: antialiased
-moz-osx-font-smoothing: grayscale
span
color: #666
font-size: 12px
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
a
color: #000000
text-decoration: none
.fa
color: #E90606
margin: 0 3px
font-size: 10px
animation: pound .35s infinite alternate
-webkit-animation: pound .35s infinite alternate
@-webkit-keyframes pound
to
transform: scale(1.1)
@keyframes pound
to
transform: scale(1.1)
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css" rel="stylesheet" />
<link href="http://fonts.googleapis.com/css?family=Roboto:400,100,400italic,700italic,700" rel="stylesheet" />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment