"top bar"
Bootstrap 4.1.1 Snippet by soumen

<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 ----------> <link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.6.3/css/all.css" integrity="sha384-UHRtZLI+pbxtHCWp1t77Bi1L4ZtiqrqD80Kn4Z8NTSRyMA2Fd33n5dQ8lWUE00s/" crossorigin="anonymous"> <div class="top_br"> <div class="container"> <div class="row"> <div class="col-12 col-sm-6 col-md-6 bg-warning"> <ul class="list-inline zrow text-center text-sm-left"> <li class="list-inline-item zcol-12 zcol-sm-6 "> <div class="d-flex text-center justify-content-center justify-content-sm-start"> <span class="bg-danger"><i class="fa fa-phone pt-1 mr-1 "></i></span> <span class=" bg-info"><a href="#" class="text-nowrap "> 123-456-7890 </a> <a href="#" class=" text-nowrap"> 111-123-456 </a></span> </div> </li> <li class="list-inline-item zcol-sm-6 "> <div class="d-flex"> <i class="fa fa-envelope-open pt-1 mr-3 "></i><span><a href="#" class="text-nowrap ">lorium@gmail.com</a> </span> </div> </li> </ul> </div> <div class="col-12 col-sm-6 col-md-6 bg-warning"> <ul class="list-inline zrow text-center text-sm-right"> <li class="list-inline-item zcol-12 zcol-sm-6 "> <div class="d-flex text-center justify-content-center justify-content-sm-end"> <span class="bg-danger"><i class="fa fa-phone pt-1 mr-1 "></i></span> <span class=" bg-info col-6 col-sm-12"><a href="#" class="text-nowrap "> 123-456-7890 </a> <a href="#" class=" text-nowrap"> 111-123-456 </a></span> </div> </li> <li class="list-inline-item zcol-sm-6 "> <div class="d-flex"> <i class="fa fa-envelope-open pt-1 mr-3 "></i><span><a href="#" class="text-nowrap ">lorium@gmail.com</a> </span> </div> </li> </ul> </div> </div> </div> </div>

Related: See More


Questions / Comments: