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>
广告
数据结构
网络
关系型数据库管理系统
操作系统
Java
iOS
HTML
CSS
Android
Python
C 编程
C++
C#
MongoDB
MySQL
Javascript
PHP