-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathinicio.css
98 lines (77 loc) · 1.59 KB
/
inicio.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
94
95
96
97
98
main > section {
background: url('../projeto-omma/img-omma/backgroud\ inicio.png') center top no-repeat;
}
.inferior {
background: url('../projeto-omma/img-omma/backgroud\ fim.png') center bottom no-repeat;
height: 772px;
}
.titulo {
padding: 74px 0 0 0 ;
}
h2 {
font-size: 70px;
font-weight: 700;
padding-top: 166px;
color: white;
margin: 0px 101px 302px 900px ;
text-shadow:0px 4px 4px rgba(0, 0, 0, 0.36);
width: 370px;
height: 170px;
}
h1 {
color: #FFA000;
margin: 0 0 73px;
font-size: 55px;
font-weight: 700;
text-align: center;
}
.inferior h3 {
font-size: 65px;
font-weight: 700;
color: white;
padding: 0 0 73px 122px;
padding-top: 163px;
text-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.36);
}
.inferior p {
font-size: 24px;
font-weight: 500;
color: white;
width: 424px;
height: 333px;
padding: 0 0 107px 123px ;
}
.receitas {
display: flex;
flex-wrap: wrap;
justify-content: space-evenly;
}
.link-receita {
display: flex;
justify-content: center;
flex-wrap: wrap;
width: 345px;
}
.link-receita img {
width: 345px;
height: 342px;
margin: 0 0 12px;
display: block;
}
.link-receita span {
margin: 0 0 47px;
font-size: 26px ;
font-weight: 600;
}
.link-receita a {
font-size: 24px;
font-weight: 600;
color: white;
background: #176902;
padding: 9px 43px 10px 43px;
margin:0 0 158px;
text-decoration: none;
text-align: center;
display: block;
width: 185px;
}