Last active
September 23, 2020 19:04
-
-
Save nathanacurtis/d6fa6d393b0ea3b7a024a6600589e6d2 to your computer and use it in GitHub Desktop.
Markup to Tokenize
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="custom-card"> | |
<div class="custom-card__thumbnail"> | |
<img src="/images/components/cards/image.png"> | |
</div> | |
<h2 class="custom-card__title"> | |
Card Title | |
</h2> | |
<div class="custom-card__caption"> | |
Card Caption | |
</div> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment