-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathstyle.css
78 lines (63 loc) · 984 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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
html{
margin: 0px;
}
body {
background-color: #427272;
margin: auto;
}
.header {
background: #2F4F4F;
color: white;
text-align: center;
padding: 1px 0 1px 0;
/*height: 100px;*/
}
.header h1 {
font-family: 'Girassol', cursive;
font-size: 55px;
letter-spacing: 3px;
}
.header p {
font-size: 25px;
}
#inputs {
margin-bottom: 3px;
}
#inputs select {
color: #DDD;
width: 150px;
height: 30px;
background-color: #a44;
border: outset 2px #944;
}
#inputs select:hover {
border-color: #955;
background-color: #a55;
}
.btn:hover {
background-color: #a55;
border-color: #955;
}
.btn {
width: 150px;
height: 50px;
font-size: 20px;
color: #DDD;
background-color: #a44;
border-color: #944;
margin: 1px;
}
#sorts {
float: left;
display: none;
}
#btnsPrimarios {
float: left;
}
#bloco1{
margin: auto;
max-width: 1100px;
}
#cnv{
float: right;
}