Last active
December 22, 2021 16:58
-
-
Save cesgarma/cb0bf9693b80d754cf0a4878234a4c07 to your computer and use it in GitHub Desktop.
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
<div class="soltuin-card soltuin-whatsapp"> | |
<a href="https://api.whatsapp.com/send?phone=524491234567"> +52 (449) 123-4567</a> | |
</div> |
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
/* 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