Answers for "how to change the background of a modal"

CSS
0

modal background color

rgba(0, 0, 0, .5);
Posted by: Guest on January-26-2021
0

how to background in modal css 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>
Posted by: Guest on May-06-2021

Code answers related to "how to change the background of a modal"

Browse Popular Code Answers by Language