Add login
This commit is contained in:
@@ -14,7 +14,10 @@ body {
|
||||
text-align: center;
|
||||
box-shadow: 0 2px 100px rgba(0, 0, 0, 0.1), 0 8px 16px rgba(0, 0, 0, 0.1);
|
||||
border-radius: 30pt;
|
||||
background-color: #ffffff;
|
||||
background: rgba(255, 255, 255, 0.3);
|
||||
backdrop-filtbackground: rgba(255, 255, 255, 0.3);
|
||||
backdrop-filter: blur(5px);
|
||||
-webkit-backdrop-filter: blur(5px);
|
||||
display: grid;
|
||||
place-items: center;
|
||||
transition: all 0.3s ease-in-out;
|
||||
@@ -53,10 +56,15 @@ input {
|
||||
height: 30px;
|
||||
border-radius: 10pt;
|
||||
padding: 5px;
|
||||
background: rgba(255, 255, 255, 0.3);
|
||||
backdrop-filter: blur(5px);
|
||||
-webkit-backdrop-filter: blur(5px);
|
||||
}
|
||||
|
||||
input:focus {
|
||||
outline: 2px solid #000000;
|
||||
backdrop-filter: blur(10px);
|
||||
-webkit-backdrop-filter: blur(10pxr);
|
||||
outline: none;
|
||||
}
|
||||
|
||||
button {
|
||||
|
||||
Reference in New Issue
Block a user