Created
December 8, 2013 13:40
-
-
Save geckotang/7857629 to your computer and use it in GitHub Desktop.
This file contains hidden or 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 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&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