Bootstrapでoutlineなalertの作り方
環境
- Bootstrap4
出来上がり
コード
<div class="alert alert-primary bg-white text-primary">outlineなprimaryアラート</div>
<div class="alert alert-secondary bg-white text-secondary">outlineなsecondaryアラート</div>
<div class="alert alert-success bg-white text-success">outlineなsuccessアラート</div>
<div class="alert alert-danger bg-white text-danger">outlineなdangerアラート</div>
<div class="alert alert-warning bg-white text-warning">outlineなwarningアラート</div>
<div class="alert alert-info bg-white text-info">outlineなinfoアラート</div>
<div class="alert alert-dark bg-white text-dark">outlineなdarkアラート</div>
alertをoutlineな感じにするには、通常のalertの要素にbg-white text-primary
を追加します。
Author And Source
この問題について(Bootstrapでoutlineなalertの作り方), 我々は、より多くの情報をここで見つけました https://qiita.com/harayama2/items/469a954775334167b9f0著者帰属:元の著者の情報は、元のURLに含まれています。著作権は原作者に属する。
Content is automatically searched and collected through network algorithms . If there is a violation . Please contact us . We will adjust (correct author information ,or delete content ) as soon as possible .