-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
88 lines (70 loc) · 1.25 KB
/
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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
* {
box-sizing: content-box;
}
p {
font-family: 'Outfit', serif;
font-size: 1rem;
line-height: 1.5;
font-weight: 300;
color: hsl(24, 5%, 18%);
}
.header-photo {
width: 40rem;
height: 20rem;
margin-top: 10rem;
border-radius: 15px;
}
.container {
width: 50%;
margin: 0 auto;
display: block;
}
h1 {
font-family: 'Young Serif', sans-serif;
font-weight: 500;
}
table {
width: 100%;
border-collapse: collapse;
}
li {
padding: 0.4rem 0;
font-family: 'Outfit', serif;
font-weight: 300;
}
h3 {
color: hsl(332, 51%, 32%);
font-family: 'Outfit', sans-serif;
}
strong {
font-weight: 500;
color: hsl(24, 5%, 18%);
}
h2 {
font-family: 'Young Serif', sans-serif;
font-weight: 500;
font-size: 1.8rem;
color: hsl(332, 51%, 32%);
}
.nutrition {
font-weight: 600;
color: hsl(332, 51%, 32%);
}
.nutrition-container {
display: flex;
justify-content: space-between;
margin: 1rem 0;
}
.nutrition-container li {
list-style: none;
font-family: 'Outfit', serif;
}
.nutritional-facts {
font-family: 'Outfit', serif;
font-weight: 300;
color: hsl(24, 5%, 18%);
}
.containing-list {
font-weight: 600;
color: hsl(332, 51%, 32%);
}