generated from DS4200-S23-Class/project
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
68 lines (54 loc) · 809 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
body{
font-family: Helvetica;
background-color: #d5e9dd;
}
h1 {
color: #154042;
}
h2 {
color: #11201e;
}
#viz1, #viz2 {
background-color: #d5e9dd;
padding: 30px;
border-radius: 10px;
}
#viz2key {
background-color: #fff;
border-radius: 15px;
width: 75px;
height: 675px;
padding: 10px;
}
#median {
width: 10px;
height: 400px;
}
.centered {
text-align: center;
}
.flex-column {
display: flex;
flex-direction: column;
}
.flex-row {
display: flex;
flex-direction: row;
}
.circle {
}
.content {
width: 1200px;
padding: 30px 60px;
margin: auto;
background-color: #fff;
border-radius: 20px;
}
.tooltip {
background-color: white;
border: solid;
border-width: 2px;
border-radius: 5px;
padding: 5px;
position: absolute;
}