Skip to content

Instantly share code, notes, and snippets.

@trotzig
Created August 22, 2014 09:08
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 trotzig/4a3147d50cd870a12c6d to your computer and use it in GitHub Desktop.
Save trotzig/4a3147d50cd870a12c6d to your computer and use it in GitHub Desktop.
<div class="chip">
<img class="chip__img" src="http://api.randomuser.me/portraits/med/women/56.jpg">
<div class="chip__info">
<h3 class="chip__info-name">Jane Doe</h3>
<div class="chip__info-email">jane.doe@brigade.com</div>
</div>
<button class="chip__action">×</button>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment