Skip to content

Commit b7597c0

Browse files
Update index.css
1 parent 73120c4 commit b7597c0

File tree

1 file changed

+0
-24
lines changed

1 file changed

+0
-24
lines changed

src/index.css

-24
Original file line numberDiff line numberDiff line change
@@ -4,27 +4,3 @@
44
font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande",
55
"Lucida Sans Unicode", Geneva, Verdana, sans-serif;
66
}
7-
body{
8-
background-image: url('/public/photoItem3.jpg');
9-
display:flex;
10-
background-size: cover;
11-
align-items: center;
12-
justify-content: center;
13-
height: 100vh;
14-
color: white;
15-
}
16-
.container{
17-
width: 80vw;
18-
height: 90vh;
19-
background-color: rgba(17, 25, 40, 0.75);
20-
backdrop-filter: blur(19px) saturate(180%);
21-
border-radius: 12px;
22-
border: 1px solid rgba(255, 255, 255, 0.125);
23-
display: flex;
24-
}
25-
.loading{
26-
padding: 50px;
27-
font-size: 36px;
28-
border-radius: 10px;
29-
background-color: rgba(17, 25, 40, 0.9);
30-
}

0 commit comments

Comments
 (0)