-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
48 lines (42 loc) · 956 Bytes
/
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
body {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
min-height: 100vh;
margin: 0;
background-color: #f4f2f2;
font-family: Arial, sans-serif;
}
.heading{
color:rgb(17, 17, 17);
padding-bottom: 15px;
display: flex;
justify-content: center;
font-family:Cambria, Cochin, Georgia, Times, 'Times New Roman', serif
}
#controls {
margin-bottom: 20px;
font-family:Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
font-weight: 500;
}
select {
padding: 10px;
margin-right: 10px;
}
#container {
height: 400px;
width: 900px;
border: 1px solid #ccc;
background-color: white;
}
h1 {
margin-bottom: 20px;
color: #333;
}
#cryptoSelector{
font-family:Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}
#intervalSelector{
font-family:Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}