Search
 
SCRIPT & CODE EXAMPLE
 

HTML

pills vertically with content on right

<div class="d-flex align-items-start">
  <div class="nav flex-column nav-pills me-3" id="v-pills-tab" role="tablist" aria-orientation="vertical">
    <button class="nav-link active" id="v-pills-home-tab" data-bs-toggle="pill" data-bs-target="#v-pills-home" type="button" role="tab" aria-controls="v-pills-home" aria-selected="true">Home</button>
    <button class="nav-link" id="v-pills-profile-tab" data-bs-toggle="pill" data-bs-target="#v-pills-profile" type="button" role="tab" aria-controls="v-pills-profile" aria-selected="false">Profile</button>
    <button class="nav-link" id="v-pills-messages-tab" data-bs-toggle="pill" data-bs-target="#v-pills-messages" type="button" role="tab" aria-controls="v-pills-messages" aria-selected="false">Messages</button>
    <button class="nav-link" id="v-pills-settings-tab" data-bs-toggle="pill" data-bs-target="#v-pills-settings" type="button" role="tab" aria-controls="v-pills-settings" aria-selected="false">Settings</button>
  </div>
  <div class="tab-content" id="v-pills-tabContent">
    <div class="tab-pane fade show active" id="v-pills-home" role="tabpanel" aria-labelledby="v-pills-home-tab">...</div>
    <div class="tab-pane fade" id="v-pills-profile" role="tabpanel" aria-labelledby="v-pills-profile-tab">...</div>
    <div class="tab-pane fade" id="v-pills-messages" role="tabpanel" aria-labelledby="v-pills-messages-tab">...</div>
    <div class="tab-pane fade" id="v-pills-settings" role="tabpanel" aria-labelledby="v-pills-settings-tab">...</div>
  </div>
</div>
Comment

PREVIOUS NEXT
Code Example
Html :: barra de navegacion vertical bootstrap 
Html :: text html 
Html :: render partial view to html string dotnet core 
Html :: default wp_new_user_notification_email 
Html :: drag and drop to css 
Html :: empty pre-selected option html 
Html :: how to change html code with aspx.cs 
Html :: how to run an application exe running in server and return the response in html 
Html :: titre htrml 
Html :: react native html view 
Html :: add link to text using span html 
Html :: html button multiple rows 
Html :: Expected 0 spaces after opening bracket 
Html :: canvas drawImage wrong size image 
Html :: loading page html 
Html :: how many mammals live in water a few,many,much 
Html :: how to populate a grid with images in html 
Html :: angular material drag and drop only on button 
Html :: unsplash source 
Html :: how to edit html in wordpress 
Html :: jquery animation move point 
Css :: text unselectable css 
Css :: png shadow css 
Css :: google icon cdn 
Css :: css 100% -20px 
Css :: background image css 
Css :: how to stop an image repeating in css 
Css :: make something unclickable css 
Css :: css flip image horizontally 
Css :: only ie css 
ADD CONTENT
Topic
Content
Source link
Name
9+1 =