-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyles.css
53 lines (47 loc) · 810 Bytes
/
styles.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
body{
background-color: #15202B;
color: white;
display: flex;
justify-content: center;
align-items: center;
width: 99vw;
height: 90vh;
}
div.pessoas{
border: 5px solid;
border-radius: 15px;
max-width: 25rem;
text-align: center;
font-size: 1.5rem;
justify-content: center;
align-items: center;
}
#contador{
font-size: 4rem;
}
.footer{
display: flex;
position:absolute;
bottom:0;
width:100vw;
justify-content: space-around;
}
.temp{
text-align: center;
color: rgb(199, 95, 95);
}
.umid{
text-align: center;
color: rgb(116, 116, 245);
}
.atualizacao{
display: flex;
position:absolute;
top:0;
flex-direction: column;
margin-bottom:0px;
text-align: center;
}
#data{
margin-top: 0px;
}