引导警报驳回不适用于快递

时间:2019-01-29 19:12:07

标签: bootstrap-4

我正在使用bootstrap-4,但是当我使用“警告关闭”时,如果该时间不起作用,则意味着警告关闭(x)不起作用。

<html>

<head>
    <link rel="stylesheet" href="bower_components/bootstrap/dist/css/bootstrap.min.css" />
    <script src="ower_components/bootstrap/dist/js/bootstrap.min.js"></script>
    <script src="ower_components/bootstrap/dist/js/bootstrap.js"></script>
</head>

<body>
    <h1 class="text-danger">
        <center>Hello</center>
    </h1>
    <div class="col-md-4">
        <div class="alert alert-danger alert-dismissible">gajjar darshit hasmukhbhai<button class="close" data-dismiss="alert"><span aria-hidden="true">&times;</span></button></div>
    </div>
</body>

</html>

我希望在我的哈巴狗文件中关闭警报

0 个答案:

没有答案
相关问题