"liste border ust alt"
Bootstrap 4.0.0 Snippet by muhittinbudak

<link href="//maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css"> <script src="//maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js"></script> <script src="//cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script> <!------ Include the above in your HEAD tag ----------> <div class="container"> <div class="row"> <h2>liste</h2> <ul class="list-group list-group-flush w-100"> <li class="list-group-item d-flex justify-content-between align-items-center"> <h5 class="float-left">aeaea</h5> <span class="badge badge-primary badge-pill">14</span> </li> <li class="list-group-item d-flex justify-content-between align-items-center"> <h5 class="">Seçim</h5> <span class="badge badge-primary badge-pill">2</span> </li> <li class="list-group-item d-flex justify-content-between align-items-center"> <h5 class="">Seçim</h5> <span class="badge badge-primary badge-pill">1</span> </li> </ul> </div> </div>

Questions / Comments: