-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbeauty.css
More file actions
62 lines (49 loc) · 1.01 KB
/
beauty.css
File metadata and controls
62 lines (49 loc) · 1.01 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
body{
display: flex;
justify-content: center;
align-items: center;
min-height: 100vh;
background: url('plane.png') no-repeat;
background-size: cover;
background-position: center;
}
.white-box {
text-align: center;
width:460px;
background:url(pixel.jpeg);
border:2px solid rgba(255,255,255,0.2);
backdrop-filter: blur(20px);
border-radius: 10px;
color:#fff;
padding:30px,40px;
}
.container {
background-color: transparent;
text-align: center;
max-width: 400px;
padding: 20px;
}
.container input {
width: 100%;
padding: 10px;
margin: 10px 0;
border: 1px solid #ccc;
border-radius: 100px;
}
.container button {
background-color: #007bff;
color: #fff;
border: none;
border-radius: 100px;
padding: 10px 20px;
cursor: pointer;
transition: 0.3s;
}
.container button:hover {
background-color: #45a049;
}
.qrcode {
align-content: center;
align-items: center;
margin: 10px;
}