CSS code snippet – How to background in modal html and closee th modal with background?
<div class="modal"> <div class="modal-background"></div> <div class="modal-content"> <!-- Any other Bulma elements you want --> </div> <button class="modal-close is-large" aria-label="close"></button> </div>