-
Notifications
You must be signed in to change notification settings - Fork 0
/
styles.css
49 lines (38 loc) · 809 Bytes
/
styles.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
body {
background-color: hsl(212, 45%, 89%);
font-family: Outfit;
text-align: center;
display: flex;
flex-direction: column;
}
h3 {
margin-bottom: 0px;
font-size: 21px;
font-weight: 700;
color: hsl(218, 44%, 22%);
}
p {
font-size: 15px;
font-weight: 400;
color: hsl(220, 15%, 55%);
}
.card {
width: 280px;
display: flex;
flex-direction: column;
align-self: center;
margin-top: 20vh;
margin-bottom: 4rem;
background-color: white;
border-radius: 18px;
padding: 16px 16px 20px 16px;
box-shadow: 0px 8px 16px rgba(15, 59, 136, 0.05);
}
.text-objects {
margin: 0 10px;
}
.QR {
border-radius: 10px;
}
.attribution { font-size: 11px; text-align: center; }
.attribution a { color: hsl(228, 45%, 44%); }