"Circle badge - initial lettters"
Bootstrap 3.3.0 Snippet by wallace7souza

<link href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.0/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css"> <script src="//maxcdn.bootstrapcdn.com/bootstrap/3.3.0/js/bootstrap.min.js"></script> <script src="//code.jquery.com/jquery-1.11.1.min.js"></script> <!------ Include the above in your HEAD tag ----------> <div class="container"> <div class="row"> <div > <div class="col-xs-6 col-md-4 text-center"> <div class="circle-badge" style="background:#1ACAC0"> <strong>WS</strong> </div> <div> <strong >wallace souza</strong> </div> <div> <button class="btn btn-danger btn-xs"> <i class="fa fa-times "></i> remover</button> </div> </div> </div> </div> </div>
.circle-badge { height: 100px; width: 100px; line-height:100px; text-align: center; border-radius: 50px; background: #1ACAC0; color:white; margin-left:auto; margin-right:auto; }

Related: See More


Questions / Comments: