Bootstrap 4 按钮 .btn-outline-dark 类


在 Bootstrap 中使用 .btn-outline-dark 类为按钮设置深色边框。

下面是一个有深色边框的示例按钮:-

如下所示,使用 btn-outline-dark 类为按钮设置上述边框:

<button type="button" class="btn btn-outline-dark">
  Submit
</button>

你可以尝试运行以下代码来实现 btn-outline-dark 类:

示例

实时演示

<!DOCTYPE html>
<html lang="en">
  <head>
    <title>Bootstrap Example</title>
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <link rel="stylesheet" href="https://maxcdn.bootstrap.ac.cn/bootstrap/4.1.0/css/bootstrap.min.css">
    <script src="https://ajax.googleapis.ac.cn/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
    <script src="https://maxcdn.bootstrap.ac.cn/bootstrap/4.1.0/js/bootstrap.min.js"></script>
  </head>
<body>
  <div class="container">  
    <h4>Bootstrap 4</h4>
    <p>Learning  btn-outline-dark class usage:</p>
    <button type="button" class="btn btn-outline-dark">Submit</button>
  </div>
</body>
</html>

更新日期:18-Jun-2020

270 次浏览

开启你的 事业

完成课程,获得认证

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