Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- .backdrop-blur {
- z-index: -1;
- }
- .backdrop-blur:before {
- content: '';
- position: absolute;
- background: inherit;
- top: 0;
- right: 0;
- bottom: 0;
- left: 0;
- filter: blur(4px);
- z-index: 0;
- }
Advertisement
Add Comment
Please, Sign In to add comment