-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathreceita.css
93 lines (80 loc) · 1.51 KB
/
receita.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
89
90
91
92
93
main > article {
display: flex;
flex-wrap: wrap;
justify-content: space-evenly;
padding: 107px 0 0; ;
}
.receita {
max-width: 630px;
}
.receita h1 {
color: #FFA000;
font-size: 50px;
font-weight: 700;
margin: 0 0 28px;
}
.receita picture {
display: block;
margin: 0 0 25px;
}
.receita .tags {
margin:0 0 58px;
padding: 0;
display: flex;
justify-content: left;
}
.receita .tags li {
list-style-type: none;
padding: 7px 11px;
margin:0 19px 0 0;
border: 1px solid #176902;
border-radius: 47px;
font-weight: 600;
font-size: 18px;
color: #176902;
}
.receita .ingredientes, .receita .video, .receita .modo-de-preparo {
margin: 0 0 105px;
font-weight: 300;
font-size: 20px;
}
.receita .ingredientes h2, .receita .video h2, .receita .modo-de-preparo h2 {
margin: 0;
font-weight: 700;
font-size: 20px;
text-transform: lowercase;
}
.receita .video h2, .receita .modo-de-preparo h2 {
margin: 0 0 37px;
}
.receita .ingredientes ul {
list-style-type: none;
}
aside h4 {
margin: 71px 0 27px;
color:#FFA000;
font-size: 30px;
font-weight: 500;
text-transform: lowercase;
}
aside ul {
margin: 0;
padding: 0;
}
aside li {
list-style-type: none;
box-shadow: 0px 4px 4px rgba(0,0,0,0.25);
margin: 0 0 55px;
}
aside a {
text-decoration: none;
color: #000;
}
aside span {
margin: 0;
font-size:26px;
font-weight: 600;
display: block;
padding: 17px 0 20px;
text-align: center;
}