<div class="modal-container">
<div class="modal">
<div class="modal-heading">Modal title</div>
<div class="modal-text">
Are you sure that you want to save changes?
</div>
<div class="modal-button">
<button class="bg-secondary text-light">close</button>
<button class="bg-primary text-light">Save changes</button>
</div>
<div class="modal-close-btn">
<i class="fas fa-times"></i>
</div>
</div>
</div>
Preview:
downloadDownload PNG
downloadDownload JPEG
downloadDownload SVG
Tip: You can change the style, width & colours of the snippet with the inspect tool before clicking Download!
Click to optimize width for Twitter