-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
39 lines (33 loc) · 811 Bytes
/
style.css
File metadata and controls
39 lines (33 loc) · 811 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
@import url('https://fonts.googleapis.com/css2?family=Chakra+Petch:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');
body {
background-color: black;
color: white;
font-family: 'Chakra Petch', sans-serif;
text-align: center;
}
h1 span{
color: #adff2f;
}
#dias_restantes{
color: greenyellow;
font-size: 50px;
font-family: "Raleway", sans-serif;
}
#horario{
color: red;
font-size: 20px;
font-style: italic;
text-align: right;
}
.textoclaro{
color: white;
font-size: 25px;
font-style: italic;
text-align: right;
}
#dias_vividos{
color: greenyellow;
font-size: 50px;
font-family: "Raleway", sans-serif;
}