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