Alert component with different color buttons

PHOTO EMBED

Thu Feb 03 2022 15:07:28 GMT+0000 (Coordinated Universal Time)

Saved by @Ozair #html #css

<div class="alert alert-primary">This is Primary Alert</div>
<div class="alert alert-secondary">This is Secondary Alert</div>
<div class="alert alert-error">This is Error Alert</div>
<div class="alert alert-warning">This is Warning Alert</div>
<div class="alert alert-success">This is Success Alert</div>
content_copyCOPY

My Own