Skip to content

Instantly share code, notes, and snippets.

@bmoredrew
Created July 4, 2022 17:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bmoredrew/614ffdd0cbedae93ed317ca325fe28a9 to your computer and use it in GitHub Desktop.
Save bmoredrew/614ffdd0cbedae93ed317ca325fe28a9 to your computer and use it in GitHub Desktop.
BC Mandarin Theme - Wide Card Template
<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