试用 Bootstrap navbar-text 类


在元素中换行文本,使用类 .navbar-text。

您可以尝试运行以下代码在 Bootstrap 中实现 navbar-text −

示例

实时演示

<!DOCTYPE html>
<html>
   <head>
      <title>Bootstrap Example</title>
      <link href = "/bootstrap/css/bootstrap.min.css" rel = "stylesheet">
      <script src = "/scripts/jquery.min.js"></script>
      <script src = "/bootstrap/js/bootstrap.min.js"></script>
   </head>
   <body>
      <nav class = "navbar navbar-default" role = "navigation">
         <div class = "navbar-header">
            <a class = "navbar-brand" href = "#">Demo</a>
         </div>
         <div>
            <p class = "navbar-text">Copyright © 2018</p>
         </div>
      </nav>
   </body>
</html>

更新时间: 12-Jun-2020

206 次浏览

开启您的 事业

完成课程,获得认证

开始学习
广告
© . All rights reserved.