"Navbar NUD"
Bootstrap 4.1.1 Snippet by marqbeniamin

<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"> <div class="row"> <div class="col-md-10 ml-auto col-xl-6 mr-auto"> <p class="category">Tabs with Icons on Card</p> <!-- Nav tabs --> <div class="card"> <div class="card-header"> <ul class="nav nav-tabs justify-content-center" role="tablist"> <li class="nav-item"> <a class="nav-link active" data-toggle="tab" href="#home" role="tab"> <i class="now-ui-icons objects_umbrella-13"></i> Home </a> </li> <li class="nav-item"> <a class="nav-link" data-toggle="tab" href="#profile" role="tab"> <i class="now-ui-icons shopping_cart-simple"></i> Profile </a> </li> <li class="nav-item"> <a class="nav-link" data-toggle="tab" href="#messages" role="tab"> <i class="now-ui-icons shopping_shop"></i> Messages </a> </li> <li class="nav-item"> <a class="nav-link" data-toggle="tab" href="#settings" role="tab"> <i class="now-ui-icons ui-2_settings-90"></i> Settings </a> </li> </ul> </div> <div class="card-body"> <!-- Tab panes --> <div class="tab-content text-center"> <div class="tab-pane active" id="home" role="tabpanel"> <p>I think that’s a responsibility that I have, to push possibilities, to show people, this is the level that things could be at. So when you get something that has the name Kanye West on it, it’s supposed to be pushing the furthest possibilities. I will be the leader of a company that ends up being worth billions of dollars, because I got the answers. I understand culture. I am the nucleus.</p> </div> <div class="tab-pane" id="profile" role="tabpanel"> <p> I will be the leader of a company that ends up being worth billions of dollars, because I got the answers. I understand culture. I am the nucleus. I think that’s a responsibility that I have, to push possibilities, to show people, this is the level that things could be at. I think that’s a responsibility that I have, to push possibilities, to show people, this is the level that things could be at. </p> </div> <div class="tab-pane" id="messages" role="tabpanel"> <p>I think that’s a responsibility that I have, to push possibilities, to show people, this is the level that things could be at. So when you get something that has the name Kanye West on it, it’s supposed to be pushing the furthest possibilities. I will be the leader of a company that ends up being worth billions of dollars, because I got the answers. I understand culture. I am the nucleus.</p> </div> <div class="tab-pane" id="settings" role="tabpanel"> <p> "I will be the leader of a company that ends up being worth billions of dollars, because I got the answers. I understand culture. I am the nucleus. I think that’s a responsibility that I have, to push possibilities, to show people, this is the level that things could be at." </p> </div> </div> </div> </div> </div> <div class="col-md-10 ml-auto col-xl-6 mr-auto"> <p class="category">Tabs with Background on Card</p> <!-- Tabs with Background on Card --> <div class="card"> <div class="card-header"> <ul class="nav nav-tabs nav-tabs-neutral justify-content-center" role="tablist" data-background-color="orange"> <li class="nav-item"> <a class="nav-link active" data-toggle="tab" href="#home1" role="tab">Home</a> </li> <li class="nav-item"> <a class="nav-link" data-toggle="tab" href="#profile1" role="tab">Profile</a> </li> <li class="nav-item"> <a class="nav-link" data-toggle="tab" href="#messages1" role="tab">Messages</a> </li> <li class="nav-item"> <a class="nav-link" data-toggle="tab" href="#settings1" role="tab">Settings</a> </li> </ul> </div> <div class="card-body"> <!-- Tab panes --> <div class="tab-content text-center"> <div class="tab-pane active" id="home1" role="tabpanel"> <p>I think that’s a responsibility that I have, to push possibilities, to show people, this is the level that things could be at. So when you get something that has the name Kanye West on it, it’s supposed to be pushing the furthest possibilities. I will be the leader of a company that ends up being worth billions of dollars, because I got the answers. I understand culture. I am the nucleus.</p> </div> <div class="tab-pane" id="profile1" role="tabpanel"> <p> I will be the leader of a company that ends up being worth billions of dollars, because I got the answers. I understand culture. I am the nucleus. I think that’s a responsibility that I have, to push possibilities, to show people, this is the level that things could be at. I think that’s a responsibility that I have, to push possibilities, to show people, this is the level that things could be at. </p> </div> <div class="tab-pane" id="messages1" role="tabpanel"> <p>I think that’s a responsibility that I have, to push possibilities, to show people, this is the level that things could be at. So when you get something that has the name Kanye West on it, it’s supposed to be pushing the furthest possibilities. I will be the leader of a company that ends up being worth billions of dollars, because I got the answers. I understand culture. I am the nucleus.</p> </div> <div class="tab-pane" id="settings1" role="tabpanel"> <p> "I will be the leader of a company that ends up being worth billions of dollars, because I got the answers. I understand culture. I am the nucleus. I think that’s a responsibility that I have, to push possibilities, to show people, this is the level that things could be at." </p> </div> </div> </div> </div> <!-- End Tabs on plain Card --> </div> </div> </div>
h1 {color: red;}
// coment js function functionName() { console.log("merge"); }

Related: See More


Questions / Comments: