"Player"
Bootstrap 4.1.1 Snippet by Rwdesign

<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.7.2/css/all.css" integrity="sha384-fnmOCqbTlWIlj8LyTjo7mOUStjsKC4pOpQbqyi7RrhN7udi9RwhKkMHpvLbHG9Sr" crossorigin="anonymous"> <div class="main-player"> <div class="container"> <div class="row"> <div class="col-md-2 player-buttons"> <div class="btn-player-play"><i class="fas fa-play fa-3x"></i></div> <i class="fas fa-stop fa-2x"></i> </div> <div class="col-md-6 ">song</div> <div class="col-md-4 ">social</div> </div> </div> </div>
body{ background: #202020;} .main-player{ width: 100%; height: 80px; background-color: blue; line-height:80px; border-bottom: solid 2px white; } .player-buttons{line-height:80px;} .btn-player-play{ background: white; border-radius:100%; width:65px; height:65px;}

Related: See More


Questions / Comments: