在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.bootstrapcdn.com/bootstrap/4.1.0/css/bootstrap.min.css"> <script src="https://cdn.staticfile.org/jquery/3.3.1/jquery.min.js"></script> <script src="https://maxcdn.bootstrapcdn.com/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>
描述 (Description) outline属性是一个简写属性,用于设置元素周围轮廓的宽度,颜色和样式。 可能的值 (Possible Values) 《outline-color》 - 属性outline-color的任何允许值。 《outline-style》 - 属性大纲样式的任何允许值。 《outline-width》 - 属性outline-width的任何允许值。 适用于 (App
An open, extensible, wiki for your team built using React and Node.js. Try out Outline using our hosted version at www.getoutline.com. This is the source code that runs Outline and all the associated
描述 (Description) outline-width属性定义元素周围的轮廓宽度。 可能的值 (Possible Values) length - 任何长度单位。 此属性的长度单位可能不是负数。 thin - 比设置为medium的轮廓更薄的轮廓。 medium - 比设置为薄的轮廓更粗的轮廓,并且比设置为粗的轮廓更薄。 thick - 比设置为medium的轮廓更粗的轮廓。 适用于 (Ap
描述 (Description) outline-color属性设置元素周围outline-color 。 可能的值 (Possible Values) color - 任何有效的颜色值。 invert - 轮廓执行绘制区域的颜色反转。 适用于 (Applies to) 所有HTML元素。 DOM语法 (DOM Syntax) object.style.outlineColor = "red";
Outline Client The Outline Client is a cross-platform VPN or proxy client for Windows, macOS, iOS, Android, and ChromeOS. The Outline Client is designed for use with the Outline Server software, but i
Outline Server This repository has all the code needed to create and manage Outline servers onDigitalOcean. An Outline server runs instances of Shadowsocks proxies andprovides an API used by the Outli