-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
44 lines (36 loc) · 672 Bytes
/
style.css
File metadata and controls
44 lines (36 loc) · 672 Bytes
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
body {
background-color: #F2F2F2;
display: flex;
justify-content: center;
align-items: center;
}
#container {
width: 320px;
background-color: white;
border-radius: 20px;
padding: 16px;
}
img {
background-color: #3685FF;
border-radius: 10px;
width: 100%;
}
h1 {
font-family: 'Outfit';
font-style: normal;
font-weight: 700;
font-size: 22px;
line-height: 28px;
text-align: center;
color: #1F314F;
}
p {
font-family: 'Outfit';
font-style: normal;
font-weight: 400;
font-size: 15px;
line-height: 19px;
text-align: center;
letter-spacing: 0.1875px;
color: #7D889E;
}