-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
38 lines (38 loc) · 710 Bytes
/
style.css
File metadata and controls
38 lines (38 loc) · 710 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
body {
background-color: hsl(212, 45%, 89%);
font-family: 'Outfit', sans-serif;
}
.parent {
padding: 10px;
width: 225px;
height: 365px;
background-color: hsl(0, 0%, 100%);
margin: 130px auto;
border-radius: 10px;
text-align: center
}
.parent img {
width: 225px;
border-radius: 10px;
}
.parent .improve {
font-weight: 700;
font-size: 16px;
margin: 10px 17px;
line-height: 1.3;
color: hsl(218, 44%, 22%);
}
.parent .scan {
font-weight: 400;
font-size: 12px;
margin: 14px;
line-height: 1.3;
color: hsl(220, 15%, 55%)
}
.attribution {
font-size: 11px;
text-align: center
}
.attribution a {
color: hsl(228, 45%, 44%)
}