Warning HTML Snippet (Code)

monsieur

Profile


Change class="alert-HERE with a bootstrap alert color of your choice (danger, warning, success, or info)

<div class="alert-warning mt-3 py-2 px-3" style="border-radius:15px;display:inline-block;"><h3 class="mb-0"><i class="fas fa-spinner fa-spin" /> text here</h3></div>

Custom color

<div class="mt-3 py-2 px-3" style="border-radius:15px;display:inline-block;background-color:#HEXHERE;"><h3 class="mb-0"><i class="fas fa-pencil-ruler" /> text here</h3></div>