-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyles.css
More file actions
44 lines (41 loc) · 719 Bytes
/
styles.css
File metadata and controls
44 lines (41 loc) · 719 Bytes
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
.header {
font-size: 72px;
display: flex;
align-items: center;
justify-content: center;
color: #152536;
font-weight: 600;
}
.icon {
margin-right: 14px;
}
.footer {
position: fixed;
left: 0;
bottom: 0;
width: 100%;
color: black;
display: flex;
align-items: center;
justify-content: center;
}
#ValorConvertido {
text-align: center;
margin-top: 50px;
display: block;
}
.bootstrap-name {
color: #9B51E0;
}
.caixinha {
min-width: 300px;
height: 500px;
padding: 80px;
align-content: center;
margin: auto;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
text-align:center;
}