在 Bootstrap 中垂直堆疊藥片


在 Bootstrap 中使用類 .nav-stacked 垂直堆疊藥片

你可以嘗試執行以下程式碼來實現 .nav-stacked 類 −

示例

線上演示

<!DOCTYPE html>
<html>
   <head>
      <title>Bootstrap Example</title>
      <link rel = "stylesheet" href = "https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
      <script src = "https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
      <script src = "https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
   </head>
   <body>
      <div class = "container">
         <h2>Database</h2>
         <p>The following are the database technologies:</p>
         <ul class = "nav nav-pills nav-stacked" role = "tablist">
            <li class = "active"><a href = "#">DB2</a></li>
            <li><a href = "#">MySQL</a></li>
            <li><a href = "#">SQL</a></li>
            <li><a href = "#">CouchDB</a></li>
         </ul>
      </div>
   </body>
</html>

更新於:15-6 月-2020

162 次瀏覽

開啟你的 職業生涯

透過完成該課程來獲得認證

開始
廣告
© . All rights reserved.