Alerts

PHOTO EMBED

Sun May 16 2021 07:43:29 GMT+0000 (Coordinated Universal Time)

Saved by @anuragrathod1 #html

<div class="alert alert-red"> <!-- you can use yellow or green aswell -->
    <span class="closebtn" onclick="this.parentElement.style.display='none';">&times;</span>
    This is an alert box.
</div>
content_copyCOPY