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
@AnnoyingTechnology
AnnoyingTechnology / Bootstrap-4-blurred-modal.css
Last active May 4, 2024 21:53 — forked from webprogramozo/blur-bs3-bs4.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);
}