Skip to content

Instantly share code, notes, and snippets.

@maxboeck
Last active February 24, 2019 19:13
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 maxboeck/219e167332ce0e51eca11b09cfcccc9a to your computer and use it in GitHub Desktop.
Save maxboeck/219e167332ce0e51eca11b09cfcccc9a to your computer and use it in GitHub Desktop.
linked card pattern
<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>
@maxboeck
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment