We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 068b6d7 commit 0cb73b5Copy full SHA for 0cb73b5
28. Show Hide Password/style.css
@@ -8,10 +8,15 @@
8
body {
9
position: relative;
10
min-height: 100vh;
11
- background-color: rgb(10, 10, 165);
12
display: flex;
13
justify-content: center;
14
align-items: center;
+ background: rgba(0, 37, 254, 0.47);
15
+ border-radius: 16px;
16
+ box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
17
+ backdrop-filter: blur(20px);
18
+ -webkit-backdrop-filter: blur(20px);
19
+ border: 1px solid rgba(0, 37, 254, 0.39);
20
}
21
22
.container {
0 commit comments