<div class="container">
<div class="row mb-2">
<div class="col-12">
<span class="badge rounded-pill bg-primary m-2">Primary</span>
<span class="badge rounded-pill bg-secondary m-2">Secondary</span>
</div>
</div>
<div class="row mb-2">
<div class="col-12">
<span class="badge rounded-pill bg-success m-2">Success</span>
<span class="badge rounded-pill bg-danger m-2">Danger</span>
<span class="badge rounded-pill text-dark bg-warning m-2">Warning / Pending</span>
</div>
</div>
<div class="row mb-2">
<div class="col-12">
<span class="badge rounded-pill text-dark bg-light m-2">Light Gray</span>
<span class="badge rounded-pill text-dark bg-dark m-2">Mid Gray / Not Available</span>
<span class="badge rounded-pill bg-darkest m-2">Dark Gray</span>
</div>
</div>
<div class="row mb-2">
<div class="col-12">
<span class="badge rounded-pill bg-pediatric-cancer m-2">Pediatric Cancer</span>
<span class="badge rounded-pill bg-cancer-survivorship m-2">Cancer Survivorship</span>
<span class="badge rounded-pill bg-non-cancerous-diseases m-2">Non-Cancerous Diseases</span>
</div>
</div>
</div>
No notes defined.