We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73120c4 commit b7597c0Copy full SHA for b7597c0
src/index.css
@@ -4,27 +4,3 @@
4
font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande",
5
"Lucida Sans Unicode", Geneva, Verdana, sans-serif;
6
}
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