-
Notifications
You must be signed in to change notification settings - Fork 0
/
estilo.css
84 lines (66 loc) · 1.21 KB
/
estilo.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
.h1{
font-size: large;
font-family: Verdana, Geneva, Tahoma, sans-serif;
text-align: center;
color: #006644;
text-align: center;
background-color: #94f1b5;
text-shadow: 0.5px 0.5px #000000;
}
.cabecalho1{
background-color: #A7F0C1;
width: 20%;
height: 230px;
margin-left: 40%;
}
.cabecalho2{
background-color: #A7F0C1;
width: 20%;
height: 230px;
margin-left: 40%;
}
.cabecalho3{
background-color: #A7F0C1;
width: 20%;
height: 230px;
margin-left: 40%;
}
.rodape{
text-align: center;
}
.processo{
height: 250px;
padding: 10px;
margin-left: 30%;
}
#link{
font-size: 25px;
font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
padding-right: 5%;
text-decoration: none;
color: #006644;
}
#link:hover{
color: #006644;
}
.divs{
display: flex;
}
.h2{
background-color: #009E25;
height: 10%;
margin-right: 3%;
}
.h3{
background-color: #009E25;
height: 10%;
margin-right: 3%;
}
.h4{
background-color: #009E25;
height: 10%;
}
.fundo1{
background-color: aquamarine;
size: 90%;
}