-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
50 lines (50 loc) · 833 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
.simulacao {
padding: 10px;
margin-bottom: 20px;
border: 1px solid blue;
}
.simulacao h1 {
color: blue;
}
.simulacaoFlex {
display: flex;
justify-content: space-around;
align-items: center;
}
.simulacaobtn {
margin: 20px 0;
display: flex;
justify-content: center;
align-items: center;
}
.btn {
padding: 10px 20px;
font-weight: bold;
}
.resultado {
padding: 10px;
margin-bottom: 20px;
border: 1px solid blue;
}
.resultado h1 {
color: blue;
}
.resultadoFlex {
display: flex;
justify-content: space-around;
align-items: center;
}
.resultadoCampo {
border: 1px solid black;
width: 170px;
height: 20px;
text-align: center;
}
.tabela {
border: 1px solid blue;
display: flex;
justify-content: center;
}
.tabelatitulo {
color: blue;
}