Answers for "create modal with backdrop css"

CSS
0

add backdrop to modal css

.custom-modal-backdrop {
  background-color: rgba(0,0,0,0.7);
}

<div class="modal fade custom-modal-backdrop" id="health_Modal" tabindex="-1" aria-labelledby="health_ModalLabel" aria-hidden="true">
Posted by: Guest on February-11-2021

Code answers related to "create modal with backdrop css"

Browse Popular Code Answers by Language