在 Bootstrap 中创建一个表示危险的红色按钮


要在 Bootstrap 中创建一个表示危险的按钮,请使用 .btn-danger 类。

您可以尝试运行以下代码进行实现。btn-danger 类 −

示例

现场演示

<!DOCTYPE html>
<html>
   <head>
      <title>Bootstrap Example</title>
      <link rel = "stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.1.1/css/bootstrap.min.css">
      <script src = "https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
      <script src = "https://maxcdn.bootstrapcdn.com/bootstrap/4.1.1/js/bootstrap.min.js"></script>
   </head>
   <body>
      <p>Cick the below button in case of issues:</p>
      <div class = "container">
         <button type = "button" class="btn btn-danger">Danger</button>
      </div>
   </body>
</html>

更新日期: 12-6-2020

516 次浏览

开启你的 职业生涯

完成课程并获取认证

开始
广告