-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
58 lines (47 loc) · 1.04 KB
/
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
51
52
53
54
55
56
57
58
:root{
--mdc-theme-primary: #26a69a;
--mdc-theme-secondary: #81c784;
--mdc-typography-headline5-font-family: 'Bebas Neue', cursive;
--mdc-typography-headline1-font-family: 'Bebas Neue', cursive;
--mdc-typography-font-family: 'Roboto Mono', monospace;
--mdc-typography-body1-font-size: 12px;
}
body{
background: transparent;
}
/* Source: https://www.publicdomainpictures.net/en/view-image.php?image=16891&picture=industrial-pollution */
.picture{
background-image: url('https://www.publicdomainpictures.net/pictures/20000/velka/industrial-pollution.jpg');
}
.mdc-card__content{
padding: 16px;
width: 100%;
}
.mdc-card{
width: 100%;
height: 100%;
align-self: center;
}
.flex-container{
display: flex;
justify-content: center;
align-items: center;
}
#input-container{
display: none;
justify-content: center;
}
#radio-container{
display: none;
}
.mdc-floating-label--float-above{
color: var(--mdc-theme-primary) !important;
}
#results{
display: none;
margin: 5%;
}
.center-text{
text-align: center;
width: 100%;
}