-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfft.css
More file actions
94 lines (71 loc) · 1.01 KB
/
fft.css
File metadata and controls
94 lines (71 loc) · 1.01 KB
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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
html,
body {
height: 100%;
background-color: #00b5e2;
}
block_container {
text-align: center;
}
.center {
border: 5px solid;
text-align: center;
margin-left: 20px;
justify-content: safe left;
}
.label1 {
text-align: left;
margin-left: 20px;
}
h1 {
font-size: 40pt;
font-family: arial;
color: black;
text-align: center;
}
h2 {
font-size: 30pt;
font-family: arial;
color: black;
text-align: center;
}
h3 {
font-size: 15pt;
font-family: arial;
color: black;
text-align: center;
}
#func {
border: 1;
border-color: blue;
color: blue;
height: auto;
width: 30%;
}
input {
font-size: 15pt;
fon border: 1;
border-color: blue;
color: blue;
height: auto;
}
#window {
font-size: 15pt;
color: blue;
}
label {
font-size: 15pt;
color: rgb(9, 100, 35);
}
#time,
#sampling,
#n_bines,
#bin_muestra {
width: 5%;
}
#check1,
#check2,
#check3,
#logscale {
width: 20px;
height: 20px;
}