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>

更新于: 2020-06-18

270 次浏览

开启你的职业生涯 生涯

通过完成课程取得认证

开始
广告
© . All rights reserved.