Fix bugs
This commit is contained in:
4
front/css/setup.css
Normal file → Executable file
4
front/css/setup.css
Normal file → Executable file
@@ -4,7 +4,7 @@ body {
|
||||
place-items: center;
|
||||
height: 100vh;
|
||||
overflow: hidden;
|
||||
background-image: url("/css/setup.png");
|
||||
background-image: url("/css/background.png");
|
||||
}
|
||||
|
||||
.page-content {
|
||||
@@ -15,7 +15,7 @@ body {
|
||||
box-shadow: 0 2px 100px rgba(0, 0, 0, 0.1), 0 8px 16px rgba(0, 0, 0, 0.1);
|
||||
border-radius: 30pt;
|
||||
background: rgba(255, 255, 255, 0.3);
|
||||
backdrop-filtbackground: rgba(255, 255, 255, 0.3);
|
||||
backdrop-filter: rgba(255, 255, 255, 0.3);
|
||||
backdrop-filter: blur(5px);
|
||||
-webkit-backdrop-filter: blur(5px);
|
||||
display: grid;
|
||||
|
||||
Reference in New Issue
Block a user