-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
79 lines (68 loc) · 1.32 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
body {
background-color: #8f8b83b6;
font-family: Arial, Helvetica, sans-serif;
margin-top: 05%;
margin-left: 05%;
margin-right: 05%;
}
h1 {
background-color: #0c0c0cea;
text-align: center;
font-size: 60px;
font-weight: bold;
color: rgb(238, 202, 43);
padding: 15px;
margin-bottom: 50px ;
}
h2 {
color: #0c0c0cea;
background-color: rgb(238, 202, 43);
font-size: 30px;
text-align: center;
padding: 20px;
}
p {
text-align: justify;
font-size: 25px;
color: #0c0c0cea;
}
#paragrafo1 {
color:rgb(180, 160, 71);
background-color: black ;
text-align: center;
}
.nossosencontros {
background-color: rgb(238, 202, 43);
}
.iten {
text-align:left;
font-size: 25px;
color: #0c0c0cea;
display: inline-block;
width: 43%;
height:43%;
margin-left: 02%;
margin-right: 03%;
}
.imagem1 {
display: inline-block;
width: 42%;
height:45%;
text-align:right;
margin-left: 00%;
margin-right: 05%;
}
.imagem2 {
display: inline-block;
width: 46%;
height:46%;
text-align:left;
}
.imagem3 {
display: inline-block;
width: 46%;
height:46%;
text-align:right;
margin-left: 02%;
margin-right: 05%;
}