Skip to content

Instantly share code, notes, and snippets.

View DhiaDjobbi's full-sized avatar
💻
Hello Word !

Dhia Djobbi DhiaDjobbi

💻
Hello Word !
  • Mourouj (Tunisia)
View GitHub Profile
@DhiaDjobbi
DhiaDjobbi / Bootstrap-4-blurred-modal.css
Created April 25, 2021 07:19 — forked from AnnoyingTechnology/Bootstrap-4-blurred-modal.css
Bootstrap modal with blurry background
/* blurred background modal for bootstrap v4 */
body.modal-open > :not(.modal) {
-webkit-filter: blur(5px);
-moz-filter: blur(5px);
-o-filter: blur(5px);
-ms-filter: blur(5px);
filter: blur(5px);
}