CL-Modal

PHOTO EMBED

Mon Feb 21 2022 10:34:40 GMT+0000 (Coordinated Universal Time)

Saved by @Abhi_exe

<div class="modal">
    <h3>
        <i class="modal-icon fal fa-exclamation-triangle"></i>
        Do you really want to delete this?
    </h3>
    <p>Put some text here to explain user of his action</p>
    <div class="modal-dialouge">
        <button class="btn btn-secondary">Cancel</button>
        <button class="btn btn-danger">Delete</button>
    </div>
</div>
content_copyCOPY