Skip to content

Instantly share code, notes, and snippets.

@geckotang
Created December 8, 2013 13:40
Show Gist options
  • Save geckotang/7857629 to your computer and use it in GitHub Desktop.
Save geckotang/7857629 to your computer and use it in GitHub Desktop.
<ul class="goods">
<li class="goods__item">
<h3 class="goods__title"><a class="b-link" href="http://example.com/">猿でもわかるBEM</a></h3>
<img class="goods__image" src="http://dummyimage.com/300x200&amp;text=猿でもわかるBEM">
<div class="goods__author">弁梦太郎</div>
<div class="goods__price"><a class="b-link goods__link" href="http://example.com/">¥1,500で購入する</a></div>
</li>
<li class="goods__item">...</li>
<li class="goods__item goods__item_new_yes">...</li>
</ul>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment