Bootstrap에서 outline alert를 만드는 방법
환경
완성
코드
<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
를 추가합니다.
Reference
이 문제에 관하여(Bootstrap에서 outline alert를 만드는 방법), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다 https://qiita.com/harayama2/items/469a954775334167b9f0텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
우수한 개발자 콘텐츠 발견에 전념 (Collection and Share based on the CC Protocol.)