Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <html lang="en">
- <head>
- <meta charset="UTF-8">
- <meta name="viewport" content="width=device-width, initial-scale=1.0">
- <meta http-equiv="X-UA-Compatible" content="ie=edge">
- <title>Login</title>
- <style>
- * {
- box-sizing: border-box;
- }
- body {
- background: url("bg.jpg")no-repeat;
- background-size: cover;
- height: 100vh;
- filter: blur(8px) !important;
- -webkit-filter: blur(8px) !important;
- background-position: center;
- backdrop-filter: blur(8px);
- }
- .container {
- /* width: 100%;
- height: 100%;
- background-color: rgba(255, 255, 255, 0.5); */
- /* backdrop-filter: blur(50px);
- filter: blur(300px); */
- }
- /* .container::before {
- -webkit-backdrop-filter: blur(70px);
- backdrop-filter: blur(70px);
- background-color: rgba(255, 255, 255, 0.3);
- } */
- </style>
- </head>
- <body>
- <div class="container"></div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment