gpt4 book ai didi

html - 使用 CSS 的信息框 - Bootstrap

转载 作者:行者123 更新时间:2023-11-28 16:09:50 25 4
gpt4 key购买 nike

我正在使用 bootstrap 制作一个信息(危险,实际上)框,我想把删除图标放在那里。但问题是图标并不真正位于信息框的中间。有帮助吗?

<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css">

<div class="alert alert-danger alert-message" role="alert">
<span class="glyphicon glyphicon-remove"></span>
<p>
<b>TEXT</b>
</p>
</div>

最佳答案

试试这个

<!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="http://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<script src="http://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js"></script>
</head>
<body>




<div class="alert alert-danger fade in">
<a href="#" class="close" data-dismiss="alert" aria-label="close">&times; &#88; &#120; &times;</a>
You can use any of this character sign
</div>

</div>

</body>
</html>

关于html - 使用 CSS 的信息框 - Bootstrap,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/38521621/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com