Created
July 4, 2022 17:56
-
-
Save bmoredrew/614ffdd0cbedae93ed317ca325fe28a9 to your computer and use it in GitHub Desktop.
BC Mandarin Theme - Wide Card Template
This file contains 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="wide-card"> | |
<div class="wide__content"> | |
<div class="wide__content-inner" style="text-align:left;"> | |
<h3 style="color: #fff; text-align:left;"> | |
GIFT CERTIFICATE | |
</h3> | |
<p style="color: #fff;"> | |
Give the perfect gift every time | |
</p> | |
<a href="/card-link" class="button button--primary button--white"> | |
Read More | |
</a> | |
</div> | |
<div class="wide__content-image image-fit"> | |
<img src="https://images.unsplash.com/photo-1608145264900-e9905d0d6de8?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=1740&q=80" alt=""> | |
</div> | |
</div> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment