Skip to content

Instantly share code, notes, and snippets.

@siteslave
Created January 10, 2014 09:14
Show Gist options
  • Select an option

  • Save siteslave/8348945 to your computer and use it in GitHub Desktop.

Select an option

Save siteslave/8348945 to your computer and use it in GitHub Desktop.
[ประกอบหนังสือ Bootstrap]
<ul class="media-list">
<li class="media">
<a class="pull-left" href="#">
<img class="media-object" data-src="holder.js/64x64"
alt="Generic placeholder image">
</a>
<div class="media-body">
<h4 class="media-heading">Media heading</h4>
Comment.
</div>
</li>
<li class="media">
<a class="pull-left" href="#">
<img class="media-object" data-src="holder.js/64x64"
alt="Generic placeholder image">
</a>
<div class="media-body">
<h4 class="media-heading">Media heading</h4>
Comment.
<div class="media">
<a class="pull-left" href="#">
<img class="media-object" data-src="holder.js/64x64"
alt="Generic placeholder image">
</a>
<div class="media-body">
<h4 class="media-heading">
Media heading
</h4>
Comment.
</div>
</div>
</div>
</li>
</ul>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment