<div class="modal-container border-round"> <div class="modal-body"> <h2 class="modal-heading">Confirmation</h2> <p class="modal-detail">Are you sure you want to delete your account? This action cannot be undone and you will be unable to recover any data. </p> </div> <div class="modal-footer"> <span><button class="btn btn-secondary border-round">Cancel</button></span> <span><button class="btn btn-danger border-round">Yes, delete it!</button></span> </div> </div>