-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
65 lines (56 loc) · 974 Bytes
/
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
body {
background-color: rgb(255, 255, 255);
margin: 0; /* Remove margem padrão */
padding: 0; /* Remove padding padrão */
}
header {
background-color: rgb(83, 173, 106);
}
.pagina1 {
overflow: auto;
text-align: center;
}
.header {
height: 180px;
position: relative;
}
h1 {
color: rgb(23, 105, 43);
margin: 0;
padding-top: 30px;
font-size: 3em;
}
h2 {
color: rgb(23, 105, 43);
text-align: center;
padding-top: -60px;
padding-bottom: 5px;
}
h3 {
color: rgb(23, 105, 43);
text-align: center;
}
p {
text-align: center;
}
.image-container {
display: flex;
justify-content: center;
gap: 20px;
margin: 20px 0;
}
.avicultura-img {
width: 500px;
height: 500px;
border: 5px solid rgb(23, 105, 43);
}
li {
list-style-type: none;
display: inline-block;
margin-right: 1%;
padding-bottom: 30px;
}
footer {
text-align: center;
padding-top: 30px;
}