-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathstyle.css
58 lines (52 loc) · 1.01 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
@font-face {
font-family: "Roboto";
src: url("fonts/Roboto-Light.ttf"); }
@font-face {
font-family: "Roboto-B";
src: url("fonts/Roboto-Bold.ttf"); }
@font-face {
font-family: "Roboto-R";
src: url("fonts/Roboto-Regular.ttf"); }
body {
font-family: "Roboto";
background-color: #D32F2F;
transition: .5s;
z-index: -1; }
.center, .display, .frequency {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
margin: auto; }
.display {
height: 140px;
width: 140px;
text-align: center;
vertical-align: center;
line-height: 140px;
font-size: 50px;
z-index: 1; }
.frequency {
height: 140px;
width: 140px;
cursor: pointer;
text-align: center;
vertical-align: center;
line-height: 210px;
font-size: 16px;
z-index: 1;
font-family: "Roboto-R"; }
.cnv, .visualization {
position: absolute;
bottom: 0;
top: 0;
left: 0;
right: 0;
height: 100%;
width: 100%;
z-index: 0; }
.visualization {
filter: url("#goo");
z-index: -1; }
/*# sourceMappingURL=style.css.map */