-
Notifications
You must be signed in to change notification settings - Fork 0
/
contato.css
70 lines (58 loc) · 939 Bytes
/
contato.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
*{
margin: 0;
padding: 0;
}
body{
font-size: 16px;
font-family: "Trebuchet MS", Helvetica, sans-serif;
background: #f3f3f3;
}
/*---------------- Menu do site ----------------*/
#navegacao{
background: #4F4F4F;
padding: 0px;
height: 50px;
width: 100%;
top: 0;
position: fixed;
z-index: 1000;
}
.img-user{
padding-top: 5px;
width: 15px;
height: 15px;
}
#area{
width: 98%;
margin: 0 auto;
}
#menu{
float: right;
padding: 11px 0px 15px 0px;
}
.fonte{
font-size: 18px;
}
.fonte a{
text-decoration: none;
padding: 5px 10px;
}
.fonte a:link{
color: white;
}
.fonte a:visited{
color: white;
}
.fonte a:hover{
color: black;
background: #b9c941;
}
.fonte a:active{
color: white;
}
/*-------------------------------------------------------------*/
/*---------------- Titulo de Contato ----------------*/
#titulo{
margin: 75px 0px 30px 130px;
}
/*-------------------------------------------------------------*/