Skip to content

Instantly share code, notes, and snippets.

@cesgarma
Last active December 22, 2021 16:58
Show Gist options
  • Save cesgarma/cb0bf9693b80d754cf0a4878234a4c07 to your computer and use it in GitHub Desktop.
Save cesgarma/cb0bf9693b80d754cf0a4878234a4c07 to your computer and use it in GitHub Desktop.
<div class="soltuin-card soltuin-whatsapp">
<a href="https://api.whatsapp.com/send?phone=524491234567"> +52 (449) 123-4567</a>
</div>
/* Whats app CTA */
.soltuin-whatsapp {
margin-right: 10px;
font-size: 20px;
margin-top: 15px;
margin-bottom: 15px;
}
/* WhatsApp DIV styles */
.soltuin-whatsapp a:before {
font-family: 'Font Awesome 5 Brands';
font-size: 24px;
content: '\f232';
display: inline-block;
margin-right: 10px;
vertical-align: bottom;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment