add cross-platform compatibility for backdropfilter and some more projects

This commit is contained in:
Julian
2020-01-26 22:51:37 +01:00
parent 516b6ca450
commit 8ba874099b
3 changed files with 53 additions and 3 deletions

View File

@@ -33,6 +33,8 @@ body {
top:10%;
background-color: rgba(255, 255, 255, .15);
backdrop-filter: blur(5px);
-webkit-backdrop-filter: blur(5px);
-moz-backdrop-filter: blur(5px);
-webkit-box-shadow: 9px 6px 29px -3px rgba(0,0,0,0.75);
-moz-box-shadow: 9px 6px 29px -3px rgba(0,0,0,0.75);
box-shadow: 9px 6px 29px -3px rgba(0,0,0,0.75);