Created
January 10, 2014 09:10
-
-
Save siteslave/8348902 to your computer and use it in GitHub Desktop.
[ประกอบหนังสือ Bootstrap]
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
| <div class="list-group"> | |
| <a href="#" class="list-group-item active"> | |
| <h4 class="list-group-item-heading">Home</h4> | |
| <p class="list-group-item-text">Main page</p> | |
| </a> | |
| <a href="#" class="list-group-item"> | |
| <span class="badge">10</span> | |
| <h4 class="list-group-item-heading">Inbox</h4> | |
| <p class="list-group-item-text"> | |
| View message(s) from your friends. | |
| </p> | |
| </a> | |
| <a href="#" class="list-group-item"> | |
| <span class="badge">50</span> | |
| <h4 class="list-group-item-heading">Outbox</h4> | |
| <div class="list-group"> | |
| <a href="#" class="list-group-item active"> | |
| <h4 class="list-group-item-heading">Home</h4> | |
| <p class="list-group-item-text">Main page</p> | |
| </a> | |
| <a href="#" class="list-group-item"> | |
| <span class="badge">10</span> | |
| <h4 class="list-group-item-heading">Inbox</h4> | |
| <p class="list-group-item-text"> | |
| View message(s) from your friends. | |
| </p> | |
| </a> | |
| <a href="#" class="list-group-item"> | |
| <span class="badge">50</span> | |
| <h4 class="list-group-item-heading">Outbox</h4> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment