Answers for "how to code a css backdrop"

CSS
0

backdrop css

/* Backdrop is only displayed when dialog is opened with dialog.showModal() */
dialog::backdrop {
  background: rgba(255,0,0,.25);
}
Posted by: Guest on October-10-2021

Browse Popular Code Answers by Language