"Bootsrap icon hover badge"
Bootstrap 4.0.0 Snippet by Biplab01198

<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="//code.jquery.com/jquery-1.11.1.min.js"></script> <!------ Include the above in your HEAD tag ----------> <div class="container"> <button class="btn btn-default btn-lg btn-link" style="font-size:36px;"> <span class="glyphicon glyphicon-comment"></span> </button> <span class="badge badge-notify">3</span> </div>
/* CSS used here will be applied after bootstrap.css */ .badge-notify{ background:red; position:relative; top: -20px; left: -35px; }

Related: See More


Questions / Comments: