Last active
February 24, 2019 19:13
-
-
Save maxboeck/219e167332ce0e51eca11b09cfcccc9a to your computer and use it in GitHub Desktop.
linked card pattern
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
<ul> | |
<li class="card"> | |
<a href="/foo" class="card__link"> | |
<p class="card__title">The Card Title</p> | |
<img class="card__image" src="/some/image.jpg" alt=""> | |
<small class="card__meta">Some category</small> | |
<p class="card_summary">Lorem ipsum, dolor sit amet!</p> | |
</a> | |
</li> | |
</ul> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
thread at https://twitter.com/mxbck/status/1099722405612843008