Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<head>
<script src="//code.jquery.com/jquery.min.js"></script>
<link href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.0/css/bootstrap.min.css" rel="stylesheet" type="text/css" />
  <meta charset="utf-8">
  <title>JS Bin</title>
</head>
<body>
  <div class="row" id="container">
    <ul class="list-group" id="group">
      <li class="list-group-item type-a">
        <a href="#">Item 1 - Type A</a>
      </li>
      <li class="list-group-item type-a">
        <a href="#">Item 2 - Type A</a>
      </li>
      <li class="list-group-item type-b">
        <a href="#">Item 3 - Type B</a>
      </li>
      <li class="list-group-item type-b">
        <a href="#">Item 4 - Type B</a>
      </li>
    </ul>    
  </div>
</body>
</html>
Output

This bin was created anonymously and its free preview time has expired (learn why). — Get a free unrestricted account

Dismiss x
public
Bin info
anonymouspro
0viewers