Skip to content

Instantly share code, notes, and snippets.

@riix
Created December 24, 2012 01:58
Show Gist options
  • Select an option

  • Save riix/4367114 to your computer and use it in GitHub Desktop.

Select an option

Save riix/4367114 to your computer and use it in GitHub Desktop.
section news
<div class="section-news">
<ul class="bbs-preview">
<li>
<a href="#" class="subject">제목1</a>
<span class="date">2012-11-11</span>
</li>
<li>
<a href="#" class="subject">제목2</a>
<span class="date">2012-11-11</span>
</li>
<li>
<a href="#" class="subject">제목3</a>
<span class="date">2012-11-11</span>
</li>
</ul>
<a href="#" class="more" title="뉴스 더 보기">뉴스 더 보기</a>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment