-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
119 lines (103 loc) · 1.53 KB
/
style.css
File metadata and controls
119 lines (103 loc) · 1.53 KB
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
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
body {
color: white;
background-color: black;
font-family: Arial, Helvetica, sans-serif;
}
ul {
display: flex;
justify-content: space-between;
list-style-type: none;
align-items: center;
padding: 16px;
}
a {
color: white;
text-decoration: none;
}
header img {
width: 100%;
height: 50%;
border-radius: 0%;
border: 2px solid #5BBE42;
}
.center {
text-align: center;
}
h1 {
color: #5BBE42;
}
footer img {
width: 40px;
height: 40px;
}
footer {
display: flex;
justify-content: center;
}
footer a {
margin: 20px;
text-align: center;
}
footer p {
margin-top: 2px;
}
.container {
padding: 0px 0px;
}
nav a {
font-size: 20px;
}
nav a:hover {
color: #5BBE42;
}
.contact-form input{
width: 100%;
padding: 8px 0;
margin: 8px 0;
}
.contact-form input[type=text] {
height: 100px;
}
button {
color: black;
background-color: white;
border: none;
width: 100px;
height: 30px;
}
.relogio{
justify-content: space-around;
padding: 2em;
}
.aba-conteudo.ativo{
display:block;
}
.aba-conteudo{
display: none;
}
.aba-conteudo-titulo-principal{
font-size: 28px;
text-align: center;
}
.aba-conteudo-titulo-secundario{
text-align: center;
text-transform: uppercase;
}
.contador{
display:flex;
justify-content: center;
flex-wrap: wrap;
}
.contador-digito {
padding: 10 26px;
text-align: center;
min-width: 100px;
}
.contador-digito-numero{
font-size: 50px;
margin: 0;
}
.contador-digito-texto{
font-size: 20px;
margin: 0;
}