-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
52 lines (46 loc) · 869 Bytes
/
style.css
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
* {
margin: 0;
padding: 0;
}
p {
font-family: "Outfit", sans-serif;
font-optical-sizing: auto;
font-weight: 400;
font-style: normal;
}
main {
background-color: #D5E1EF;
height: 100vh;
display: grid;
}
/* container */
.container {
width: 320px;
/* height: 497px; */
border-radius: 20px;
background-color: #ffffff;
margin: auto;
padding-top: 1rem;
padding-bottom: 2rem;
text-align: center;
}
.qr-code-image {
width: 288px;
height: 288px;
border-radius: 10px;
}
/* qr-code-head */
.qr-head {
color: #1F314F;
font-weight: 700;
padding: 1rem 2.5rem;
font-size: 1.2rem;
line-height: 1.6rem;
}
/* qr-code-body */
.qr-body {
color: #7D889E;
padding: 0.2rem 1.8rem;
font-size: 15px;
line-height: 1.3rem;
}