-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
94 lines (77 loc) · 1.31 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
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
body {
background: url(assets/wpp.gif);
background-color: rgb(150, 164, 144);
color: #ffffff;
text-align: center;
font-size: 17px;
}
.navbar {
background-color: rgb(0, 0, 0);
overflow: hidden;
text-align: center;
}
.navbar a {
display: inline-block;
color: rgb(255, 255, 255);
text-decoration: none;
padding: 14px 20px;
}
.navbar a:hover {
background-color: #ffffff;
color: rgb(255, 255, 255);
}
header {
padding: 20px;
text-align: center;
font-size: 32px;
}
@media screen and (max-width: 600px) {
.navbar a {
display: block;
padding: 10px;
}
header {
font-size: 24px;
}
}
@media screen and (min-width: 601px) and (max-width: 1024px) {
.navbar a {
padding: 12px 16px;
}
header {
font-size: 28px;
}
}
.direitos,
.minha-foto {
border-radius: 50%;
text-align: center;
height: 60px;
font-size: small;
margin-top: 50px;
}
.errad_img {
height: 500px;
width: auto;
margin-left: 100px;
}
.text_errad {
margin-left: 100px;
font-size: 19px;
}
.oportu_titulo {
margin-right: 800px;
}
.opor_img {
width: 700px;
margin-left: 40px;
}
.tabela_econ {
margin-top: 400px;
}
.tabela {
margin-top: 80px;
}
.cadeiasdevalor img {
width: 900px;
}