Created
August 22, 2014 09:08
-
-
Save trotzig/4a3147d50cd870a12c6d to your computer and use it in GitHub Desktop.
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="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">[email protected]</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