Skip to content

Instantly share code, notes, and snippets.

@pazguille
Created August 9, 2021 03:33
Show Gist options
  • Save pazguille/931b5132ba6a9d1674340d084f048375 to your computer and use it in GitHub Desktop.
Save pazguille/931b5132ba6a9d1674340d084f048375 to your computer and use it in GitHub Desktop.
Add “Made with Love” with a Heart to Your Footer
<div>
<style>.made-with-love{font-size: 12px;}.heart{font-style: normal;font-weight: 500;color: #C0392B;}.support-me {background:linear-gradient(to bottom, #ffec64 5%, #ffab23 100%); background-color:#ffec64;border-radius:4px;border:1px solid #ffaa22;display:inline-block;cursor:pointer;color:#333333 !important;font-family:Arial;font-size:12px;line-height:1em;font-weight:bold;padding:6px 10px;text-decoration:none;text-shadow:0px 1px 0px #ffee66;}.support-me:hover {text-decoration:none;}.support-me:active {opacity: .8;}</style>
<p class="made-with-love">Made with <i class="heart" aria-label="love">&#10084;</i> by <a href="https://pazguille.me/">Guille Paz</a> 💸 <a class="support-me" href="https://www.paypal.com/paypalme/pazguille">Support Me!</a></p>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment