Skip to content

Commit 0cb73b5

Browse files
committed
Show Hide PASSWORD Update
1 parent 068b6d7 commit 0cb73b5

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

28. Show Hide Password/style.css

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,15 @@
88
body {
99
position: relative;
1010
min-height: 100vh;
11-
background-color: rgb(10, 10, 165);
1211
display: flex;
1312
justify-content: center;
1413
align-items: center;
14+
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);
1520
}
1621

1722
.container {

0 commit comments

Comments
 (0)