ブートストラップを使用してinfo(danger、actualy)ボックスを作成しています。削除アイコンをそこに配置したいと思います。しかし、問題はアイコンがインフォボックスの真中にないということです。 助けてください?CSSを使用した情報ボックス - ブートストラップ
<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>
。ありがとう。しかし、 "×"とは何ですか? – Mark
そのUnicode文字 'MULTIPLICATION SIGN'(U + 00D7) –