"Unserline"
Bootstrap 4.1.1 Snippet by dkstudio

<link href="//maxcdn.bootstrapcdn.com/bootstrap/4.1.1/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css"> <script src="//maxcdn.bootstrapcdn.com/bootstrap/4.1.1/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"> <h1>Unserline</h1> <div class="c-root-unserline"> <div class="c-underline"></div> </div> </div>
.c-root-unserline { border-radius: 5px; background-color: #FFD81B; z-index: 230; width: 120px; height: 10px; margin-top: 16px; } .c-underline { width: 100px; height: 10px; margin: 0 -1px 0px auto; border-radius: 5px; left: 38px; background-color: #000; }

Related: See More


Questions / Comments: